Project template for starting Storybook with React + Typescript + Material UI + Vite setup.
- Clone this repo
- Install dependencies
npm i
- Run
npm run dev
(runs Storybook)
npm run build
- Bundles your source code to exportable library with ESM and UMD supportnpm run sb:build
- Builds static Storybook site
- It's a project as a UI library for React.JS setup
- It's tailored to extend MUI library
- Powered by Vite 🚀
Feel free to rename the files/folder, I'm just simply following the Atomic design principle by Brad Frost.