Level 50
This is probably the most simplest starting point using Vite: https://vitejs.dev/guide/
npm create vite@latest my-react-app --template react-swc
Here are some more boilerplate and starter templates: https://github.com/vitejs/awesome-vite?tab=readme-ov-file#react
1 like