Skip to content

Latest commit

 

History

History
 
 

README.md

React + TypeScript + Vite

This template provides a minimal setup to get React + Base UI (styled with plain CSS) working in Vite with HMR and some ESLint rules.

Getting Started

Prerequisites

  • Node.js (version 20.19+ or 22.12+ is required)
  • pnpm (or use npm/yarn if preferred)

Install dependencies

pnpm install

Run the development server

pnpm dev

This will start the Vite development server. Open http://localhost:5173 to view the app in your browser.

Build for production

pnpm build

Preview the production build

pnpm preview

Make sure to build the project for production with pnpm build first.

Linting

To run ESLint:

pnpm lint