Replies: 1 comment
-
|
@pinkboid Came here seeking the same, 2 years later... Finally decided to have Gemini write me a script to automate it. Feel free to modify for your local environment! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Every time I create a new React project using
npm create vite@latest, I have to go and delete all the default content like in App.tsxSo starting a new vite project is always a chore at the beginning that requires me to immediately:
Is there a way for me to initialize a new React project with all of that done already? It would be so nice to be able to just do
npm create vite@latestand go straight into building my app. I don't see why this wouldn't be an option. It's a small inconvenience, but adds up over time for someone who creates new React projects often.Beta Was this translation helpful? Give feedback.
All reactions