/start-ui

A seed project for reusable component lib with React, Storybook, and Typescript

Primary LanguageTypeScriptOtherNOASSERTION

Start Ui

Conventional Commits

Developer Setup

// Install dependencies
yarn i

// Start Storybook
yarn storybook

Testing

yarn test
yarn test:watch

// if you get the Error: 'fsevents' unavailable (this watcher can only be used on Darwin)
brew install watchman