This template provides a minimal setup to get React and Tailwind working in Vite with HMR, formatting with Prettier and some ESLint rules.
Install pnpm
if you haven't already.
npm install -g pnpm
Install dependencies.
pnpm install
Start the development server.
pnpm dev
Popular code editors will automatically format the code on save using the Prettier config. To format manually, run:
pnpm format