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.
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.