Skip to content

o-az/template-vite-react-ts

Repository files navigation

Note

You are welcome to ask any questions if anything is unclear. Also feel free to post a discussion_

React 19 x Vite x SWC x TailwindCSS v4 x TypeScript Template

Open with CodeSandbox


Stack

  • React 19 (with swc)
  • vite
  • TailwindCSS v4
  • TypeScript
  • pnpm package manager
  • Biome for linting and formatting

Getting started

Clone repository

git clone https://github.com/o-az/template-vite-react-ts.git && cd template-vite-react-ts

Install dependencies

pnpm install

Run development server

pnpm dev