Skip to content
Haz edited this page Apr 14, 2017 · 2 revisions

The boilerplate comes with an example app in src-example. There you'll find examples for the most common things in React and Redux.

Run example app

$ npm run dev:example

Build example app

$ npm run build:example

Run storybook for example app

$ npm run storybook:example

Remove example app

Just remove src-example folder and *:example scripts in package.json.