Simple Express Backend w/ Webpack, ES6, ESLint, Hot-Reload Template
- Webpack 3
- Babel (ES6, babel-preset-env)
- Hot-Reload
- ESLint w/ Standard
- Express
git clone https://github.com/chryb/express-boilerplate
cd express-boilerplate
# make it to your own
rm -rf .git
npm install
# hot reload
npm run dev
# build
npm run build
# build & start
npm start
# test
npm run unit