The proxy expects the IMAPI to be running on localhost:8080
npm install
In project root add files
.env.development.local
.env.production.local
.env.test.local
Files should contain:
VITE_API={url for IMApi} [local default: http://localhost:8080/]
VITE_DIRECTORY_URL={url for IMDirectory} [local default: http://localhost:8082]
VITE_AUTH_URL={url for IMAuth} [local default: http://localhost:8082]
npm run dev
npm run build
npm run serve
npm run lint