
This project was bootstrapped with Create React App and implements Storybook with Storybook deployer.
yarn add @taystack/react-ui
Clone the project into a local directory and install dependencies
$ git clone ...
$ cd ui-components
$ yarn
yarn startRuns the app in the development mode.
Open http://localhost:6006 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
yarn testRun all tests with coverage using Jest
yarn buildBuilds a deployable instance of storybook with Storybook deployer
Have any suggestions? Think it could be done better? (Fire out an issue)[https://github.com/taystack/ui-components/issues].
Are you a Hero? PRs will get reviewed.