Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?

react+ts+vite+pnpm

pnpm init @vitejs/app app -- --template react-ts
cd app
pnpm install
git init && git add -A && git commit -m "initial commit"
#pnpm run build
pnpm run dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment