13 lines
163 B
Markdown
13 lines
163 B
Markdown
# Frontend API client baseline
|
|
|
|
Dette er baseline-klientlaget for SPA-sporet.
|
|
|
|
## Kører checks lokalt
|
|
|
|
```bash
|
|
cd frontend
|
|
npm install
|
|
npm test
|
|
npm run build
|
|
```
|