The base comes from [`npm create vite@latest`](https://vite.dev/guide/#scaffolding-your-first-vite-project) project with [Prettier](https://prettier.io/) added. It has been connected with the backend and authentication is in place. Reviewed-on: #2 Reviewed-by: erth9960 <thuning@dsv.su.se>
15 lines
339 B
Markdown
15 lines
339 B
Markdown
# 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.
|