0.0.5 • Published 3 years ago
curran-mylc v0.0.5
Component library starter
This code was written for a talk at the Sydney AltNet Meetup; Building a web component library in an hour in September, 2021
The recording of the session is on YouTube.
Details
The library is built with
- React
- TypeScript
- Vite
- Storybook
- Styled Components
- Tailwind CSS
Get Started
- Clone the repo (duh!)
- Run
yarn
ornpm
to install all the dependencies - Use
yarn storybook
to start storybook - Use
yarn build
to create a release build in thedist
folder
Enjoy!