Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 639 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 639 Bytes

vite-react-biome-ts

Vite + React + Biome + TypeScript starter template.

Getting Started

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