Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 530 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 530 Bytes

Client

This project was generated with Angular CLI version 15.0.0.

Technologies and tools

- Angular: 15.0.0
- Angular Material UI: 15.0.1 - most of visual components
- jwt-decode: ^3.1.2 - jwt managing
- ngx-toastr: ^16.0.1 - displaying info toasts after actions

Client start

Run application (GUI) on default port http://localhost:4200/.

npm i 
ng serve --open

The application will automatically reload if you change any of the source files.