Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 442 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 442 Bytes

express-boilerplate

Simple Express Backend w/ Webpack, ES6, ESLint, Hot-Reload Template

Includes

  • Webpack 3
  • Babel (ES6, babel-preset-env)
  • Hot-Reload
  • ESLint w/ Standard
  • Express

Usage

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