// Install dependencies
yarn i
// Start Storybook
yarn storybook
yarn test
yarn test:watch
// if you get the Error: 'fsevents' unavailable (this watcher can only be used on Darwin)
brew install watchman
A seed project for reusable component lib with React, Storybook, and Typescript
TypeScriptNOASSERTION