Base project boilerplate using atomic design, react and storybooks.
- Storybooks
- Component generator
- Snapshots testing
- Visual Regression Testing (using loki)
- lint
- husky
- scss
yarn
This command generate Atoms, Molecules & Organism
.
yarn generate
run tests:
yarn test
run tests & update visual reference if it fails:
yarn test-update