/werd

Webpack, express, react, redux template, es6/7

Primary LanguageJavaScript

werd

Webpack, express, react, redux template

Overview

Run a webpack-dev-server alongside a node express server.

To run it locally

  1. $ npm install
  2. $ npm run start
  3. visit http://localhost:5002

Testing

  1. For command line tests, $ npm run test

Linting

  1. To run the linter, $ npm run lint

Reference

  1. Webpack
  2. React
  3. Redux
  4. SASS
  5. Mocha
  6. ES6
  7. Ghooks
  8. cz-conventional-changelog

Todo

  1. Add coverage testing.