A quick migration guide to Vite from Create React App, because (apart from Next.js) Vite is the natural successor of CRA for creating a modern React application as SPA. First, install Vite and all React related libraries (here: Vite's React Plugin) as development dependencies.
Full article