Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 518 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 518 Bytes

React + TypeScript + Vite + tailwind

This template provides a minimal setup to get React and Tailwind working in Vite with HMR, formatting with Prettier and some ESLint rules.

Setup

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