kadira-samples / react-storybook-demo

TodoMVC app with React Storybook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

TodoMVC app with React Storybook

License:MIT License


Languages

Language:JavaScript 99.5%Language:HTML 0.5%