Skip to content

Instantly share code, notes, and snippets.

@jcayzac
Last active March 5, 2023 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jcayzac/7381dd4e18d9ea75c6352c54a0d59411 to your computer and use it in GitHub Desktop.
Save jcayzac/7381dd4e18d9ea75c6352c54a0d59411 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