- Angular 12
- Angular Material
To run it locally, you need:
- Install the latest LTS versions of Node.js.
- Open
front-end
folder and initialize the project by runningnpm i --legacy-peer-deps
command. - Build and run by
npm start
.
It will run the Angular app in a dev mode pointing to the back-end at https://localhost:5001
.