Development component libraries with TailwindCSS + React + ViteJS
Add badges from somewhere like: shields.io
Install my-project with npm
npm install @laugustofrontend/synthatic-blood-ui
or
yarn @laugustofrontend/synthatic-blood-ui
Client:
- React
- TailwindCSS
- Vite
- ViTest
- Storybook
To run tests, run the following command
npm run test
or
yarn run test
Clone the project
git clone https://github.com/laugustofrontend/synthatic-blood-ui.git
Go to the project directory
cd synthatic-blood-ui
Install dependencies
npm install
or
yarn install
Start the server
npm run dev
yarn dev