Taken inspiratation from Robin Wieruch's Minimal React Babel Setup
- Babel v. 7.2.2
- Webpack v. 4
- React v. 16.7.0
- Storybook v. 4.1.3
- Jest v. 23.6.0
- Enzyme v. 3.9.0
- clone / fork the repo
- install dependencies
yarn
yarn start - starts webserver at http://localhost:3000
yarn start --port 3003 for custom port number
yarn test:watch - watch local files
yarn test:coverage - current code coverage
yarn storybook - starts storybook at https://localhost:6006