jasonaden / angular-js-test-teach

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-js-test-teach

Project Setup

  • Download the repo

    git clone git@github.com:jasonaden/angular-js-test-teach.git
    

    Or if you don't have SSH keys setup for Github:

    git clone https://github.com/jasonaden/angular-js-test-teach.git
    
  • Open the new folder

    cd angular-js-test-teach
    
  • Check out the beginning of the project

    git checkout step-0
    
  • Install necessary dependencies

    npm install
    bower install
    
  • Run the project

    grunt serve
    

Slide Deck

http://slides.com/jasonaden/angularjs-test-teach/live

About

License:MIT License


Languages

Language:JavaScript 89.8%Language:CSS 10.2%