Andreas Svanberg f06a7381e7
useFetch hook (with optional view transition)
Had to use a .d.ts and .js file to get all the types to align and make all the tools happy, IDE/eslint/TypeScript.
2025-04-06 17:38:51 +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.