Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 394 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 394 Bytes

Jahe React Starter

A starter project for React 16, Redux, Webpack 3, SASS, i18n, autoprefixer, ESLint, React Storybook

Getting Started

  1. Install yarn: https://yarnpkg.com/lang/en/docs/install
  2. Install dependencies with yarn install
  3. Start app with yarn start

React Storybook

Start Storybook

yarn run storybook

Build a static Storybook

yarn run build-storybook