- install node LTS version
npm ci
to install dependenciesnpm run dev
to start vite dev environment
NOTE: If you have CORS errors, add
--no-default-browser-check --disable-web-security
to the debug session
Steps to generate our frontend api:
The OpenAPI Generator CLI relies on Java, so you’ll need to install Java and make sure it’s available in your PATH
Also make sure you installed the package.json dependencies
npm run generate-api
NOTE: Don't forget to start the backend!