The following are required for working:
Script | Purpose |
---|---|
yarn install |
Installs all dependencies. |
yarn start |
Starts the development environment |
yarn storybook |
Starts the component development environment |
yarn build |
Builds the production application |
This project is based on Facebook's CRA boilerplate: CRA documentation.