A starter project for React 16, Redux, Webpack 3, SASS, i18n, autoprefixer, ESLint, React Storybook
- Install yarn: https://yarnpkg.com/lang/en/docs/install
- Install dependencies with
yarn install
- Start app with
yarn start
Start Storybook
yarn run storybook
Build a static Storybook
yarn run build-storybook