A simple application that lists the books you have at home, in your library. You can add a photo of each book. The user must be authenticated to use the application.
This project was generated with Angular CLI version 9.1.5.
To be able to run this application, you need these dependencies
- nodejs >=v10.13
- npm package manager
Then install Angular CLI npm install @angular/cli@9.1.5
(add -g
option if you want install Angular CLI globally).
-
Clone this repository :
git clone https://github.com/masteropen/angular-personal-books-manager.git
-
Install dependencies
npm install
-
Run Angular built-in dev server
ng serve
-
Navigate to
http://localhost:4200
. The app will automatically reload if you change any of the source files.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.