Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 580 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 580 Bytes

Pokedex App

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.

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