This is a pure nodejs starter application without the use of express.js to handle the http requests.
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