Skip to content

Diva1010/pure-NodeJs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure NodeJs Starter

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:

  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

This is a pure nodejs starter application without the use of express.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published