Skip to content

Instantly share code, notes, and snippets.

@prpatel
Created October 12, 2015 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prpatel/ecddb79fc95575b3bc4b to your computer and use it in GitHub Desktop.
Save prpatel/ecddb79fc95575b3bc4b to your computer and use it in GitHub Desktop.

Setup notes

There will be hands-on labs, so please bring your laptop. No IDE is required; you can use your favorite text editor if you like. You’ll be working purely with JavaScript and HTML5.

At a minimum, you will need to have a modern browser (latest version of Chrome is preferred), Node.js, Bower, Grunt, and polyserve installed. This can be done in with the following simple steps:

Install Node.js (http://nodejs.org) — click on the link for your environment

(sudo) npm install -g bower grunt-cli

(sudo) npm install -g polyserve

(optional) Install git (http://git-scm.com/downloads)

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