Pokédex sample app developed with Angular 9+ and Bootstrap 4. Built using the PokéAPI.
[For best experience use Chrome or any other Chromium-based browser]
Leave a ⭐ if you liked it, also share 🔗 with those who may be interested.
v1.0
Access: https://pokedex-app-angular.herokuapp.com/pokelist/
Setting up the environment:
- Install Node.js and use
node -v
to check version. - IMP Note: You might need to use sudo depending on the npm configuration.
- Install Angular CLI as
npm install -g @angular/cli
- Clone or download this repo.
- Run
npm install
inside this project folder to install all dependencies. - Make sure you use the latest version of the CLI (upgrade guide below).
Upgrading Angular CLI version
- Run the below commands - use "sudo" only on Mac/ Linux.
sudo npm uninstall -g angular-cli @angular/cli
npm cache clean --force
sudo npm install -g @angular/cli
Development server
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Build
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Thanks to PokéAPI.co.
This is an unofficial, non-commercial, fan-made app and is NOT affiliated, endorsed or supported by Nintendo, Game Freak and The Pokémon Company in any way. Many images used in this app are copyrighted and are supported under fair use. Pokémon and Pokémon character names are trademarks of Nintendo. No copyright infringement intended.