Skip to content

AmrutaCh/ExpressServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Express Node.js Server

Setup

  • Install Node.js
  • Install Express and copy index.js from this repo to root directory Or clone this repo
  • Install app-root-path module and nodemon
$ npm i -S app-root-path
$ npm install -g nodemon
  • Add your files to public directory
  • Update index.js for file names and download commands

Use

To run the server hit following command from base directory

  • manual-reload
$ node index.js     
  • auto-reload
$ nodemon index.js     

About

node js test server for ota

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published