Skip to content

Commit

Permalink
Add a simple README
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed Mar 29, 2016
1 parent f1b34c6 commit a9e8466
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file added .github/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Simple React/Redux Todo App

This app setup has the support for [React Storybook](https://github.com/kadirahq/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](https://github.com/kadirahq/react-storybook) repo.

![React Storybook in action](.github/demo.png)

0 comments on commit a9e8466

Please sign in to comment.