- Node/NPM - the latest LTS version is recommended
- ng (Angular CLI) - 13+
- Install dependencies:
npm ci
- Run
ng serve --proxy-config proxy.conf.json
for a dev server. Navigate tohttp://localhost:4200/
. - Run mock backend with
npm run server
Mock API is available in /api/*
path