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 pnpmInstall dependencies.
pnpm installStart the development server.
pnpm devPopular code editors will automatically format the code on save using the Prettier config. To format manually, run:
pnpm format