Skip to content

Instantly share code, notes, and snippets.

@luckygoswami
Last active December 20, 2024 19:35
Show Gist options
  • Select an option

  • Save luckygoswami/fb5b090a2b1f574686874cb20930e049 to your computer and use it in GitHub Desktop.

Select an option

Save luckygoswami/fb5b090a2b1f574686874cb20930e049 to your computer and use it in GitHub Desktop.
bash command to create and run the Vite project in current directory within a single command
npm create vite@latest . -- --template react && npm i && npm run dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment