Page tree
Skip to end of metadata
Go to start of metadata

Quick Start

npm install
npm run start


Node Scripts

npm run start - runs linter and nodemon to listen for file changes
npm run dev - run nodemon and linter in development
npm run prod - run for production
npm run lint - runs linter

 

To start the server in production mode using forever from the root project directory run:

forever start -c "npm run prod" ./
  • No labels