A MonoRepo Boilerplate for developing Atomic Design React Apps, with functional CSS and Storybook.
$ git clone && yarn
Developing:
$ yarn workspace style start
Build:
$ yarn workspace style build
Development:
$ yarn workspace app storybook
You can start developing, fast!