This template provides a minimal setup to get React working in Vite.
It includes the following tools:
degit
npx degit Eneman/rapide-template#master <PROJECT_NAME>
cd <PROJECT_NAME>
npm install
npm run dev
git clone
git clone https://github.com/Eneman/rapide-template <PROJECT_NAME>
cd <PROJECT_NAME>
npm install
npm run dev