From c233ae9f678865097fef3f3292d4b7036c0953c5 Mon Sep 17 00:00:00 2001 From: jhegedus42 Date: Mon, 26 Sep 2016 21:23:17 +0300 Subject: [PATCH] make it clear in README.md how to run the examples easily --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 860a5dd5b..6e374a81e 100644 --- a/README.md +++ b/README.md @@ -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