An open API service indexing awesome lists of open source software.

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

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

[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](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
```