This is a web application created with Angular which provides factual information about epic book series Game Of Thrones. The appplication gets data from An API of Ice And Fire.
- Clone the repo by running
git clone https://github.com/NShadyy/game-of-thrones-portal.git
- Navigate to the project directory
- Run
npm install
to download dependencies. - Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
.