• Stars
    star
    214
  • Rank 184,678 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

TodoMVC app with React Storybook

Simple React/Redux Todo App

This app setup has the support for React Storybook. It allows to develop and test React UI components rapidly.

Usage

npm install
npm run storybook

Then open http://localhost:9001 on your browser. For more information visit React Storybook repo.

React Storybook in action

This app is forked from the Redux examples directory and added support for React Storybook.