Skip to content

Commit

Permalink
Merge pull request #62 from jhegedus42/patch-1
Browse files Browse the repository at this point in the history
make it clear in README.md how to run the examples easily
  • Loading branch information
Claudéric Demers authored Oct 17, 2016
2 parents cdb5e9d + c233ae9 commit a610fa7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ That's it! React Sortable does not come with any styles by default, since it's m

More code examples are available [here](https://github.com/clauderic/react-sortable-hoc/blob/master/examples/).

### Running Examples

In root folder:

```
$ npm install
$ npm run storybook
```

### Prop Types

#### SortableContainer HOC
Expand Down

0 comments on commit a610fa7

Please sign in to comment.