Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 634 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 634 Bytes

Oppfolgingsplan

Frontend for digitalisering av sykefraværsoppfølging (DigiSYFO)

TL;DR

React-app for oppfølgingsplanen på Ditt Sykefravær.

Kjøre lokalt

Applikasjonen har en mock som kan brukes lokalt. Her mockes diverse endepunkter, dog ikke alle.

Du må ha Node installert.

  • For å kjøre koden lokalt:
  • Kjør tester med npm test eller npm test:watch
  • Lint JS-kode med npm run lint eller npm run lint:fix