A base that uses the most popular React packages and Storybook.
Made on top of React Slingshot.
- To install dependencies:
$ npm i
- To run the project:
$ npm start
- To build the project:
$ npm run build
- To run Storybook:
$ npm run storybook
- To build Storybook:
$ npm run build-storybook