studentportalen/frontend
Andreas Svanberg ad515c5be9
Suppress eslint explicit any warnings required for the advanced type trickery to work.
At the call site the types are correct, it is just the type signatures that require any.
2025-04-11 00:53:38 +02:00
..
2025-04-03 09:55:51 +02:00
2025-04-03 09:55:52 +02:00
2025-04-03 09:55:51 +02:00
2025-04-03 09:55:52 +02:00
2025-04-03 09:55:52 +02:00
2025-04-03 09:55:52 +02:00
2025-04-04 13:05:38 +02:00
2025-04-04 13:05:38 +02:00
2025-04-03 09:55:52 +02:00
2025-04-03 09:55:51 +02:00
2025-04-03 09:55:51 +02:00
2025-04-03 09:55:51 +02:00
2025-04-03 09:55:52 +02:00

Studentportalen frontend

Developing

Prerequisites

  • Node v20
  • npm

Run npm install to install all dependencies then run npm run dev to start the development server.

Run npm run format and npm run lint to format and lint the code.

Run npm run update-api after having started the BFF to update the typed API client.