Last active
December 20, 2024 19:35
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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