msandt3 / gthockey-famous

Experimenting with the famous framework to create a basic roster, schedule, stats page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gt-hockey-angular

gt-hockey-angular Famo.us/Angular Project

Based on thomasstreet/famous-angular-starter

##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:4000. The page will auto-reload when you make changes to the app.

About

Experimenting with the famous framework to create a basic roster, schedule, stats page


Languages

Language:JavaScript 96.2%Language:CSS 3.8%