Skip to content

stephenw1016/angular-pokedex

Repository files navigation

Angular-Pokédex: The cooperative learning Angular app

This project is an application tutorial for building a typical Angular web app. Using the Pokéapi, this app will list Pokémon, and display details for a given Pokémon, implementing best practices.

Getting Started

Clone & Install

# Clone the repo.
git clone https://github.com/ngrx/example-app.git

# Change directory to repo.
cd angular-pokedex

# Use npm install the dependencies.
npm install

Run the Application

We have preconfigured the project with a simple development web server. The simplest way to start this server is:

npm start

Now browse to localhost:8090 to view the webapp.

Directory Layout

app/                    --> all of the source files for the application
  app.component.scss    --> default stylesheet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published