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