Skip to content

ledinhphuong/nodejs-app

Repository files navigation

A Node.JS application boilerplate writing in ES6, Babel and ESLint

Requirements

node v6.10.0
npm v3.10.10
pm2 v3.2.2

Runs by npm

npm install
npm start
npm run lint
npm run build
npm run start-product

Runs by pm2

npm run build
pm2 start ecosystem.config.js # development env
pm2 start ecosystem.config.js --env production # production env

About

A Node.JS application boilerplate writing in ES6, Babel and ESLint

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors