ledinhphuong / nodejs-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%