Book Finder built using Angular 9 and Google Books API
This project is a simple Book Finder built with Angular 9 and Google Books API.
In order to see the app locally, do the following:
yarn
to install dependencies.ng serve
and navigate to http://localhost:4200/
.Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.