bwiklund / famous-angular-starter

Starter repo + walkthrough for Famo.us/Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

famous-angular-starter

Starter repo for Famo.us/Angular

The master branch is a viable seed project for Famo.us/Angular.

##Running

The easy way

  1. Make sure that you have npm installed
  2. In your terminal, run npm install -g serve
  3. In your terminal, change your directory to famous-angular-starter/app
  4. In your terminal, run serve

You should then be able to open the examples at http://localhost:3000

The more powerful way

  1. Make sure that you have npm installed
  2. In your terminal, run npm install -g gulp
  3. In your terminal, run npm install to install package dependencies, including bower dependencies
  4. In your terminal, from the famous-angular-starter base directory, run gulp watch

You should then be able to open the examples at http://localhost:9000. The page will auto-reload when you make changes to the app.

About

Starter repo + walkthrough for Famo.us/Angular