Skip to content

Instantly share code, notes, and snippets.

@kentcdodds
Last active August 29, 2015 14:14
Show Gist options
  • Save kentcdodds/76a0d69246b5b99e9d5c to your computer and use it in GitHub Desktop.
Save kentcdodds/76a0d69246b5b99e9d5c to your computer and use it in GitHub Desktop.
head start on ng-workshop

ng-workshop setup

Get a head start on tomorrow's ng-workshop by following these steps tonight while you have a good internet connection:

  1. Install node and npm
  2. $ git clone https://github.com/kentcdodds/ng-workshop.git
  3. $ git checkout angularfire
  4. $ npm install
  5. $ git checkout master
  6. $ npm run start
  7. $ open http://localhost:8080

You should be seeing something like this:

screen shot

If so, great! If not, try following this (old, but still relevant) tutorial: https://www.youtube.com/watch?v=yPTS0yBqOm8

See you tomorrow!

Oh, and if you're super excited to get a peek, here are the slides :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment