How to run :
npx create-vrm
Provide project name and open your project in your favorite IDE.
cd PROJECT_NAME
npm i
npm run dev | npm run build
How to configure
Go to src/routes directory and setup necessary routes
Go to src/views directory have views. Add new views in it.
Additionally, some libraries are made available such as Lodash, i18n, Vite build analyzer. Configure them as per your wish.
This template provides a minimal setup to get React working in Vite with HMR + Mantine UI (https://mantine.dev/).