issues
search
moviebox-io
/
moviebox
MIT License
1
stars
0
forks
source link
Express init
#1
Closed
ruiposse
closed
8 years ago
ruiposse
commented
8 years ago
ES6 support - Using Babel.
Webpack - Backend bundle is created using webpack. Watches for changes in dev mode.
Auto server restart -
nodemon
restarts the server in real-time anytime webpack updates the bundle.
Debugging via
debug
- Instead of console.log. If DEBUG env variable is not set, nothing is displayed to the console.
Code Linting JavaScript code linting is done using ESLint
nodemon
restarts the server in real-time anytime webpack updates the bundle.debug
- Instead of console.log. If DEBUG env variable is not set, nothing is displayed to the console.