Skip to content

Node.js Application Setup

We need to open our console, and naviagte to our todo_project folder we created at the beggining. There, besides client-app folder we want to create new folder called server-app where we will initiate our Node.js application.

After you create the folder you can naviage to it through Console or VS Code Terminal and execute command

npm init

You will be asked to answer some question so npm can create your project. Value between () is the default value, if you click Enter the value will remain, otherwise you can enter your value and click proceed.