node-js-project-structure
node-js-project-structure copied to clipboard
NodeJs Project Structure with express
Set Environment
NODE_ENV=dev
How to run-
npm install
node server
To take advantage of multi-core system
node production.server