8000 GitHub - tony-sn/storybook
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tony-sn/storybook

Repository files navigation

Storybook

Create a Storybook that use hot reload feature and lightweight bundle from Vite, with TailwindCSS as the main styling system for the project.

Objectives

  • Build a design pattern based on TailwindCSS
  • Component Oriented Programming project
  • Quickly copy/paste components via Storybook, developers only need to focus on App logic

Technologies stack:

  • Vite 3
  • React 18.2
  • TypeScript 4.6.4
  • TailwindCSS 3.1.7
  • Storybook 6.5.10
  • Storybook Builder Vite 0.2.2
  • ESLint + Prettier Latest

Script:

To run project in dev mode

npm run dev
#OR
yarn run dev

To view Storybook for components

npm storybook
#OR
yarn storybook

To quickly format changed files

npm pretty-quick
#OR
yarn pretty-quick

Acknowledgement:

Special thanks to Storybook and Storybook builder vite dev team for the instructions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0