Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 875 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 875 Bytes

Pokedex App

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:

Pre requirements

  • Node.js and NPM installed (I recommend to do something like this to install global packages without sudo )

How to run

  • Install required npm packages, run this command on project folder :
npm install
  • Start livereload server
npm start

Style guide

The angular style guide followed by this project can be found here