This project was generated with Angular CLI version 13.3.11.
The system has the following features:
- List of characters from Marvel's catalog with pagination.
- Filter characters by name.
- Characters info.
Clone the following project by using the command `git clone https://github.com/AlissonTS/angular-marvel.git`.
Execute `npm install` inside the project's folder in order to install the dependencies of the project.
Execute ng serve
in order to start the development server. Go to http://localhost:4200/
.
Execute ng build
. Artefacts will be inside dist/
.
Execute ng test
in order to run unit tests via Karma.