npm create vite@latest my-project
npm install -D tailwindcss postcss autoprefixer npx tailwindcss init -p
adjust content to include all the related source file type
@tailwind base; @tailwind components; @tailwind utilities;
npx tailwindcss -i ./src/input.css -o ./src/output.css --watch
return (
)can type rafce to quickly create default component, needs to install es7+
npm install three @react-three/drei @react-three/fiber