This template provides a minimal setup to get React + Base UI (styled with plain CSS) working in Vite with HMR and some ESLint rules.
pnpm installpnpm devThis will start the Vite development server. Open http://localhost:5173 to view the app in your browser.
pnpm buildpnpm previewMake sure to build the project for production with pnpm build first.
To run ESLint:
pnpm lint