moviebox-io/moviebox

Express init

ruiposse opened this issue · 0 comments

  • 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