diff --git a/.github/demo.png b/.github/demo.png new file mode 100644 index 0000000..bc4a040 Binary files /dev/null and b/.github/demo.png differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..2992caf --- /dev/null +++ b/README.md @@ -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)