/4redux

React + redux template for any projects. Node.js api + isomorphic + redux-loop + react-router

Primary LanguageJavaScript

Big redux boilerplate template with isomporphic

install and development

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