Big redux boilerplate template with isomporphic
To start develop, run:
npm run install
npm run dev
and open browser with displayed link
You can use yarn for install dependencies. Yarn several times faster than npm.
yarn install
For fast development and error handling, use render only on client:
npm run dev-render-on-client
and open browser with displayed link
Karma testing with watch:
npm run test
Open storybook on http://localhost:9001/ after starting:
npm run storybook