npm create vite@latest react-app -- --template react-swc-ts
cd react-app && npm install && npm run dev
http://localhost:5173/
npx storybook init
cd react-app && npm run storybook
http://localhost:6006/