React Vite Template
A React project template scaffolded with Vite. Comes with eslint
.
Assumes prettier
is already configured
Usage
npm install
to install the required node modules.
npm run dev
to run dev server with live preview.
npm run build
to build for production.
npm run serve
to preview the production build.