A pokedex web app using AngularJS and Pokeapi.co.
This app was developed on the AngularJS Course that I gave. So I'm sharing the code for those who are interested in studying AngularJS.
Links for the slides:
- 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
The angular style guide followed by this project can be found here