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

https://github.com/u1aryz/vite-react-biome-ts

Vite + React + Biome + TypeScript starter template.
https://github.com/u1aryz/vite-react-biome-ts

biome react template typescript vite

Last synced: about 2 months ago
JSON representation

Vite + React + Biome + TypeScript starter template.

Awesome Lists containing this project

README

          

# vite-react-biome-ts

Vite + React + Biome + TypeScript starter template.

## Getting Started

```bash
bunx degit u1aryz/vite-react-biome-ts my-app
cd my-app
bun install
```

## Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
|:------------------|:---------------------------------------------|
| `bun run dev` | Starts local dev server at `localhost:5173` |
| `bun run build` | Build your production site to `./dist/` |
| `bun run preview` | Preview your build locally, before deploying |

## License

[MIT License](LICENSE)