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:
-
In command prompt, change directory to the project directory and download node_modules by typing the below command:
npm install
-
To start nodemon and host the application on defined port : 8000
npm run start
-
In browser open the below URL to run the application
http://localhost:8000