Skip to content

Instantly share code, notes, and snippets.

@patoi
Forked from jcayzac/react+ts+vite+pnpm.md
Created March 5, 2023 07:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patoi/5e8e7b2199c12ddfaf6e213ac5c6322b to your computer and use it in GitHub Desktop.
Save patoi/5e8e7b2199c12ddfaf6e213ac5c6322b to your computer and use it in GitHub Desktop.

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