katzgrau / hour-of-code-developer

An app for leading coding intro/exercises for a large group

Home Page:http://hoc-developer.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hour of Code: Developer Studio

An app for running collaborative coding excersizes/demos in javascript. Pretty rudimentary, but not bad for about 8 hours/work total.

Get Set Up On Your Own Computer

Here are some very technical instructions for installing and running. It's not really geared toward totally novice users, but with enough effort, you can get it running.

  1. Install git (google: install git)
  2. Install node (google: nodejs)
  3. Open a command window (Terminal.app in Mac OSX)
  4. Navigate to your favorite directory (or just do nothing)
  5. Run: git clone git@github.com:katzgrau/hour-of-code-developer.git
  6. Run: cd hour-of-code-developer
  7. Run: npm install
  8. Run: npm start
  9. Open a browser to http://127.0.0.1:5000/

About

An app for leading coding intro/exercises for a large group

http://hoc-developer.herokuapp.com/


Languages

Language:HTML 53.8%Language:JavaScript 43.7%Language:CSS 2.5%