Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 541 Bytes

File metadata and controls

11 lines (10 loc) · 541 Bytes

Usage

  1. Install latest version of nodejs
  2. Get github repository
  3. npm install in root folder(where the package.json file is situated)
  4. npm install -g nodemon (https://github.com/remy/nodemon)
  5. nodemon app.js
  6. A server will be started and you can access the default page on the following link: http://localhost:3000/index.html.

Thanks CodeNeo for the reference: https://www.youtube.com/watch?v=nG7OhBnfefE