Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 353 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 353 Bytes

nodejs-course-udemy

Node JS hands on as per course from Udemy

How to setup local development environment

  • 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