A pokedex web app using AngularJS and Pokeapi.co.
This app was based in https://github.com/alvarowolfx/ng-pokedex/ with some adjusts and a new 404 page.
- Node.js and NPM installed (I recommend to do something like this to install global packages without sudo )
-
Install required npm packages, run this command on project folder :
npm install
-
Start livereload server
npm start