React Redux TodoList

CI status: Build Status

A basic front-end ES6 project, which includes:

  1. webpack
  2. babel
  3. react
  4. redux

All the changes to js/jsx files can be hot-reloaded in browser.

npm install
npm run webpack
npm start

Then open http://localhost:8080.

Run test:

npm test

For dev:

npm run webpack:watch