This is the "complete" sample from redux/react website : http://redux.js.org/docs/basics/ExampleTodoList.html
This solution use :
- babel 6
- browserify
- grunt
Download solution dependencies
npm install
Launch build (create build/ folder, you only need to click on build/index.html)
grunt build Take a look at : grunt_tasks/browserify.js
- Node.js
- If not already installed, install globaly Babel v6 CLI
npm install -g babel-cli