Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 573 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 573 Bytes

A design system and component library

This repro has been started to create a component library, to be documented in a storybook, and to add guidelines for a design system.

This react project is created using

yarn create vite NAME --template react-ts

When Visual Studio Code is started using

code .

Vite will automatically start and open up in a vsc window:

Vite + React




To start the storybook and open it on localhost, run:

yarn storybook

Storybook intropage