React TodoMVC, Redux style, ready for testing
(forked from Storybook React Samples, which was forked from the Redux examples directory)
Installation
Run
npm ci # (or use "npm install" for older versions of node)
Running the TodoMVC app
Run
npm run build
npm start
Then open http://localhost:5000
on your browser.