README
Reusable Component Library
Testing
Note that jest and babel-jest dependency versions should match exactly as those of create-react-app in the myapp folder.
$ yarn test
$ yarn storybook
Linting
$ yarn lint
Building
$ yarn build
The output is stored in the dist folder.