Develop: yarn develop
or npm run develop
This combines 3 tasks:
yarn webpack
(Sass/CSS compiling/minifying/linting, SVG Spriting)yarn babel
(ES6 transpiling, minification)yarn storybook
(Storybook dev watch task)
Deploy Storybook
yarn deploy-storybook
Here is a demo of the default Storybook Github deployment
yarn lint
yarn build
or npm run build
This combines 3 tasks:
yarn build-webpack
(same asyarn webpack
but without watch task and using production webpack file)yarn build-babel
(same asyarn babel
but without watch task)- (Coming soon)
yarn build-styleguide
yarn styleguide
or npm run styleguide