mirror of
https://github.com/skoelle/focusapp.git
synced 2026-09-17 20:10:25 +00:00
docs: add test instructions to README
This commit is contained in:
@@ -196,6 +196,20 @@ npm run dev
|
|||||||
React Dev Server laeuft auf: `http://localhost:5173`
|
React Dev Server laeuft auf: `http://localhost:5173`
|
||||||
API-Calls werden automatisch an `http://localhost:5000` weitergeleitet (siehe `vite.config.ts`).
|
API-Calls werden automatisch an `http://localhost:5000` weitergeleitet (siehe `vite.config.ts`).
|
||||||
|
|
||||||
|
### Tests
|
||||||
|
|
||||||
|
**Backend (xUnit):**
|
||||||
|
```bash
|
||||||
|
cd FocusApp.Tests
|
||||||
|
dotnet test
|
||||||
|
```
|
||||||
|
|
||||||
|
**Frontend (ESLint):**
|
||||||
|
```bash
|
||||||
|
cd client
|
||||||
|
npm run lint
|
||||||
|
```
|
||||||
|
|
||||||
## 📦 Projektstruktur
|
## 📦 Projektstruktur
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user