-
Notifications
You must be signed in to change notification settings - Fork 293
Example app
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.
$ npm run dev:example
$ npm run build:example
$ npm run storybook:example
Just remove src-example
folder and *:example
scripts in package.json
.
Special thanks to @kybarg and @protoEvangelion for helping to write this Wiki. Please, feel free to edit/create pages if you think it might be useful (also, see #33)