25 lines
253 B
Markdown
25 lines
253 B
Markdown
# TruckNet Frontend
|
|
|
|
React + TypeScript + Vite frontend for TruckNet.
|
|
|
|
## Stack
|
|
|
|
- React 19
|
|
- TypeScript
|
|
- Vite
|
|
- Tailwind CSS
|
|
- MapLibre GL + PMTiles (Protomaps)
|
|
|
|
## Development
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
## Build
|
|
|
|
```bash
|
|
npm run build
|
|
```
|