renesansz / storybook-react-ts-mui-vite

Project template for starting Storybook with React + Typescript + Material UI + Vite setup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storybook: React + Typescript + Material UI + Vite template project

Project template for starting Storybook with React + Typescript + Material UI + Vite setup.

Want to try out?

  1. Clone this repo
  2. Install dependencies npm i
  3. Run npm run dev (runs Storybook)

Build commands

  • npm run build - Bundles your source code to exportable library with ESM and UMD support
  • npm run sb:build - Builds static Storybook site

What's special with this?

  • It's a project as a UI library for React.JS setup
  • It's tailored to extend MUI library
  • Powered by Vite 🚀

What's with the weird folder names? (eg: "Atoms")

Feel free to rename the files/folder, I'm just simply following the Atomic design principle by Brad Frost.

About

Project template for starting Storybook with React + Typescript + Material UI + Vite setup.

License:MIT License


Languages

Language:TypeScript 54.9%Language:MDX 34.6%Language:CSS 10.2%Language:HTML 0.3%