Skip to content

Vindizh/boilerplate-example

Repository files navigation

Big redux boilerplate template with isomporphic

install and development

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

production

yarn install
yarn start-prod

Порты и хосты можно поменять переменными окружения, имена которых видны в packages.json в соответствующих командах npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published