/purdue-course-boilerplate

A site I created for a class I am teaching at Purdue Fall 2013. Feel free to use it

Primary LanguageJavaScript

Getting Started

Mac OSX / Linux / Ubuntu

  1. Install meteorite ** Ubuntu 12.04 users see here

     sudo npm install -g meteorite
    
  2. Clone this repo

     git clone https://github.com/jperl/purdue-course-boilerplate myclass
    
  3. Start project (this will also install meteorite packages)

     cd myclass
     mrt