Skip to content

mhahmadi/codeschool-shaping-up-with-angularjs

Repository files navigation

source code for Code School's free course on Angular.js: Shaping up with Angular.js

Demo

see it live here

Learning

  1. install a simple http server via npm

    $ npm install -g http-server
    
  2. clone this repository

    $ git clone git@github.com:mhahmadi/codeschool-shaping-up-with-angularjs.git
    
  3. run the http server to serve the files you just cloned

    $ cd codeschool-shaping-up-with-angularjs/
    $ http-server
    
  4. go to http://127.0.0.1:8080 and play around!

About

source code for Code School's course "Shaping up with Angular.js"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published