facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.65k stars 26.81k forks source link

Another fast method to build a react app #13418

Open vaibhavgupta03 opened 11 months ago

vaibhavgupta03 commented 11 months ago

Can we build this react app using Vite as Vite reduces the time to create a new react app. We can simply type npm create vite@latest and hit enter and then give app name then choose framework then choose which script you use and after that in a couple of seconds your new react app is created which is fast than the app we made using react

jordanst3wart commented 11 months ago

I think that is just:

npm create vite@latest my-react-app -- --template react