Big redux boilerplate template with isomporphic
To start develop, run:
yarn install
yarn start
and open browser with displayed link
You need use yarn for install dependencies. Yarn several times faster than npm.
Jest testing with watch:
yarn test:watch
ps: For Mac you maybe need brew install watchman
Jest testing with coverage:
yarn test
Open storybook on http://localhost:9001/ after starting:
yarn storybook
Static analyze code by eslint:
yarn lint
Automatic fix some of eslint errors:
yarn lint:fix
Generate .blueprint Component command:
redux g component ComponentName
redux g component /subPath/ComponentName
yarn install
yarn start-prod
Порты и хосты можно поменять переменными окружения, имена которых видны в packages.json в соответствующих командах npm start