Provide logging services for the full line of Easy Flyer products
The backend is written in coffee
- start mongoDB
- start redis
- sudo npm install
- sudo npm install pm2 (package.json does not need to write pm2 configuration)
- bower install
- gulp
gulp build-pro
pm2 start package.json
- Use webpack to manage js code dependencies, package and publish js
- gulp build and publish css
The service must be started in pm2 mode to be effective