Angular Authorization

This project was generated with Angular CLI version 8.3.19. It contains client and server parts. All commands have to be running from the root folder.

Installation

Run npm ci to install all dependencies from package.json.

Running client

Run npm run start:client to open the application in any browser. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Running server

Run npm run start:server in separate terminal to start the server on port 8000.