Julián Duque
Developer and Educator
Julián Duque
Developer by Passion
Software Developer at NodeSource
# Clone the Pokedex Project from Github
$ git clone http://github.com/proyectos-mejorandola/pokedex
# Change to Pokedex Directory
$ cd pokedex
# Install dependencies from npm (Node.js required)
$ npm install
$ npm install -g grunt-cli
# Run Livereload Server
$ grunt
# Navigate through the steps of the projects
$ git checkout 01
# Show changes between steps
$ git diff 01..02
Templates, Built In Directives, Controllers
Filters, Forms, Custom Directives
Modules, Dependency Injection, Services, Routes
By Julián Duque