Skip to content

Commit

Permalink
Merge pull request autodatadirect#44 from mrprim/storybook-readme-doc
Browse files Browse the repository at this point in the history
Demo Documentation added to Readme
  • Loading branch information
mrprim authored Aug 3, 2018
2 parents a949555 + 17d3abf commit a9fcc5f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# redux-manifest
A paginated table implementation using Redux and React
# Redux Manifest
A paginated table implementation using Redux and React

## Demos
### Basic Redux Manifest Example App Demo

To run the **Basic Redux Manifest Example**, run the following command in the terminal:
```bash
npm run example
```
This will serve the application on `localhost:8081`. Navigate to that page in your browser to see the Basic Redux Manifest Example.

![Alt text](/docs/basic-redux-manifest-example.png?raw=true "Optional Title")

### Storybook

To run [Storybook](https://github.com/storybooks/storybook) to test and debug individual React Components, run the following command in the terminal:
```bash
npm run demo
```
This will serve **Redux-Manifest** Storybook on `localhost:9001`. Navigate to that page in your browser to see Storybook.

![Alt text](/docs/redux-manifest-storybook.png?raw=true "Optional Title")
Binary file added docs/basic-redux-manifest-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/redux-manifest-storybook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a9fcc5f

Please sign in to comment.