angular-authorization
angular-authorization copied to clipboard
Angular Authorization
This project was generated with Angular CLI version 14.2.10. 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.
Node and npm
We are using node v16.13.2 and npm v9.3.0