Design system with Storybook
Sign in page created with components
Design system with all the components
⚡️ The Project
This project is design system created with ReactJs, Tailwind CSS and Storybook, based on the online event RocketSeat IgniteLab 3.
? Features
- Documentation with Storybook
- UI testing with Storybook
?️ Used Tecnologies
⚙️ Dependencies
?️ Getting Started
- Clone this repository:
git clone https://github.com/avnerjose/reactjs-lab-design-system.git && cd reactjs-lab-design-system
- Go to the folder you cloned the repository and install all dependencies
yarn
- Start the app
yarn dev
- Go to the file localhost:3000 to see the app working
? Storybook
Deployed design system
Run design system
yarn storybook
Run tests
yarn test-storybook