first commit
This commit is contained in:
25
Smartes-Klassenzimmer-Frontend/README.md
Normal file
25
Smartes-Klassenzimmer-Frontend/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Smartes Klassenzimmer - Frontend
|
||||
|
||||
Vollständige Projekt-Dokumentation befindet sich in der [CLAUDE.md](../CLAUDE.md) im Root-Verzeichnis.
|
||||
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
# Dependencies installieren
|
||||
npm install
|
||||
|
||||
# Development Server starten
|
||||
npm run dev
|
||||
```
|
||||
|
||||
Der Server läuft auf `http://localhost:5173`.
|
||||
|
||||
## Building
|
||||
|
||||
```bash
|
||||
# Production Build erstellen
|
||||
npm run build
|
||||
|
||||
# Production Build testen
|
||||
npm run preview
|
||||
```
|
||||
Reference in New Issue
Block a user