Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 216 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 216 Bytes

How this repo was created

  • npm create vite@latest
    • Chose React + Typescript
    • Named the project vite-storybook-poc`
  • cd vite-storybook-poc
  • npx sb@next init --builder=vite
  • npm run storybook