This repo is intended to serve as a bootstrap / accelerator for building React webapps
NOTE: Node version 8.10.0 is required for the package typescript-eslint/parser
. Until this package is upgraded, please ensure you are using this version of node
- Clone repo:
git clone https://{{YOUR_USERNAME}}@bitbucket.org/parivedasolutions/react-accelerator.git
- Install
yarn
(and homebrew if not already installed) inside the react-accelerator repositiory:brew install yarn
- Run
yarn
- Run
yarn up
Your Storybook & Dev server should build and start shortly!
Storybook URL: localhost:4000 Dev Server URL: localhost:3000