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.
# 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
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.
app/ --> all of the source files for the application
app.component.scss --> default stylesheet