Forked and adjusted for this presentation.
// Install
$ npm install
// Run TodoMVC App
$ npm start
// Run Storybook
$ npm run storybook
// Test Storybook
$ npm run test-storybook
// Build Storybook Test
$ npm run build-storybook
This app setup has the support for React Storybook. It allows to develop and test React UI components rapidly.
npm install
npm run storybook
Then open http://localhost:9001
on your browser. For more information visit React Storybook repo.
This app is forked from the Redux examples directory and added support for React Storybook.