Skip to content

CocoTheCoder/ExpressNodeServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Server Setup Readme

This is a ES6 node server starter kit with example mongoDB and CRUD API call implementations.

Instructions
  1. Run npm install to install required node modules
  2. Run npm run dev to run application in development mode on localhost:3090
  3. Run npm run build to build the es5 js files which are placed in the dist folder
  4. Run npm start to run the application forever in a production environment.
  5. Here is a link to the pm2 documentation for managing the pm2 process that is created from step 4.

About

An ES6 Node Server Starter Kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published