This project was generated with Angular CLI version 9.1.8.
This project can be viewed here. The project consists of developing a website to list the generations of Pokémon games and their information using PokeAPI.
To start installing Angular in the environment, it is necessary that NodeJS and NPM package manager are installed. NodeJS must be version 10.13 or higher.
First, install the Angular CLI using NPM.
npm install -g @angular/cli
Check that the Angular CLI has been installed correctly
ng version
After the installation is finished, clone this project and enter the project directory
git clone https://github.com/luidimso/pokemon-site.git
cd pokemon-site
Install the packages and application dependencies
npm i
With everything installed, we can now start the application server
ng serve
The application will be running at the address http://localhost:4200/