Quick start node
Create Empty folder on desktop
Open with VScode and open terminal
Use the following commands
Create node
install dependencies
Make changes to the package.json file. Like if you are using nodemon, add what is missing under the scripts dictionary
Make a file name index.js (this is your main server with node)
start node
or
Last updated