16 lines
262 B
Markdown
16 lines
262 B
Markdown
This app runs on TanStack Start with Vite.
|
|
|
|
## Commands
|
|
|
|
```bash
|
|
yarn dev
|
|
yarn build
|
|
yarn start
|
|
```
|
|
|
|
## Structure
|
|
|
|
- `src/routes`: TanStack Start file routes
|
|
- `views`: route components and page-level React views
|
|
- `components`: shared UI and feature components
|