Node JS hands on as per course from Udemy
- Clone branch to file system
- Go to the project folder i.e. nodejs-course-udemy and install npm packages and start site using following commands:
* npm install
* npm start
- Above commands will start site at http://localhost:3000