Skip to content

coderwyd/react-stater

Repository files navigation

React Starter

This template should help get you started developing with React 18 in Vite.

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm run dev

Type-Check, Compile and Minify for Production

pnpm run build

Lint with ESLint

pnpm run lint