Skip to content

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

Notifications You must be signed in to change notification settings

Diva1010/NodeJs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published