test-web/README.md
Chris Dill 49dbf6e7a9
All checks were successful
Build / build (push) Successful in 1m33s
Initial commit
2025-02-25 19:31:32 +00:00

16 lines
149 B
Markdown
Executable File

# test-web
Test web api/client.
1. Start frontend:
```shell
cd client
pnpm i
pnpm dev
```
2. Start backend:
```shell
dotnet run --project src
```