@juniorv/dashboard-uitest
v1.0.0
Published
A react component library made by the dashboard
Downloads
2
Readme
:rocket: About
Dashboard UI is a React library for using fully custom and tested React components.
:computer: Technologies:
- React
- Typescript
- SASS
- Jest & react-testing-library
- Husky
- Eslint & Prettier
- Rollup
- Babel
- Storybook
Installing for development
For development
Install dependencies:
yarn install
Run storybook:
yarn storybook
On another project
Yarn
Install library
yarn add @dashboard/ui
Available Scripts
In the project directory, you can run:
yarn build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
yarn test
Run all unit tests for each component and check the project coverage status.