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.
- Host: GitHub
- URL: https://github.com/u1aryz/vite-react-biome-ts
- Owner: u1aryz
- License: mit
- Created: 2024-05-24T13:56:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T01:15:55.000Z (8 months ago)
- Last Synced: 2025-03-31T23:37:55.204Z (6 months ago)
- Topics: biome, react, template, typescript, vite
- Language: CSS
- Homepage:
- Size: 351 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)