Skip to content
sh
npm create vite@latest react-app -- --template react-swc-ts
sh
cd react-app && npm install && npm run dev

Accesse Browser

http://localhost:5173/

Storybook

sh
npx storybook init
sh
cd react-app && npm run storybook

Accesse Browser

http://localhost:6006/