Skip to content

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

License

Notifications You must be signed in to change notification settings

biering/express-boilerplate

Repository files navigation

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

Releases

No releases published

Packages

No packages published