https://github.com/o-az/template-vite-react-ts
React 19 (SWC), vite, TypeScript
https://github.com/o-az/template-vite-react-ts
react react19 swc tailwindcss tailwindcss-v4 template typescript vite
Last synced: 28 days ago
JSON representation
React 19 (SWC), vite, TypeScript
- Host: GitHub
- URL: https://github.com/o-az/template-vite-react-ts
- Owner: o-az
- License: mit
- Created: 2024-09-10T01:01:28.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T13:37:17.000Z (6 months ago)
- Last Synced: 2025-02-09T02:25:44.623Z (3 months ago)
- Topics: react, react19, swc, tailwindcss, tailwindcss-v4, template, typescript, vite
- Language: TypeScript
- Homepage: https://vitereact-ts.vercel.app
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!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
[](https://githubbox.com/o-az/template-vite-react-ts/tree/main)
---
## Stack
- `React` 19 (with [`swc`](https://github.com/vitejs/vite-plugin-react-swc))
- `vite`
- `TailwindCSS` v4
- `TypeScript`
- `pnpm` package manager
- `Biome` for linting and formatting## Getting started
### Clone repository
```sh
git clone https://github.com/o-az/template-vite-react-ts.git && cd template-vite-react-ts
```### Install dependencies
```sh
pnpm install
```### Run development server
```sh
pnpm dev
```