Today began learn about MEAN stack first with Nodejs that is a server side form of javascript. Repository for track of Day by Day improvement track in new Skill.
- Node 8
- Git
- VS Code (Optional)
Clone the repo and install the dependencies.
git clone https://github.com/Rahul-Bhati/NodeJs/Folder_Name.git
cd foder_path
npm install
To start the express server, run the following
nodemon index.js
Open http://localhost:5000 and take a look around.