How To Setup a React Project With Vite
Jan 30, 2024 · 2 min read · Typically, you create a React project with create-react-app (CRA) which takes a lot of time to install over 140mb of dependencies. Vite is a lightweight tool that takes up 31 MB of dependencies, which will save time in starting a new project. Vite al...
Join discussion

