Skip to content

Site that lists the generations of Pokemon games and their information.

Notifications You must be signed in to change notification settings

luidimso/pokemon-site

Repository files navigation

This project was generated with Angular CLI version 9.1.8.

Introduction

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.

Prerequisites

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.

Running application

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/

About

Site that lists the generations of Pokemon games and their information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published