Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 528 Bytes

File metadata and controls

17 lines (9 loc) · 528 Bytes

NodeJs-starter

The project provides a starter to creating nodejs application using express for handling http request with ejs as view engine.

Follow the commands below to start the application:

  1. In command prompt, change directory to the project directory and download node_modules by typing the below command:

    npm install
    
  2. To start nodemon and host the application on defined port : 8000

    npm run start
    
  3. In browser open the below URL to run the application

     http://localhost:8000