Differences
This shows you the differences between two versions of the page.
workshops:mozaic [2012/06/21 11:48] anpetre |
workshops:mozaic [2012/07/07 01:09] (current) anpetre |
||
---|---|---|---|
Line 1: | Line 1: | ||
= Mozaic Hackathon = | = Mozaic Hackathon = | ||
- | * [[http://open-source.cs.pub.ro/summer-school/res/workshops/mozaic.pdf[|Slide-uri prezentare]] | + | * [[http://open-source.cs.pub.ro/summer-school/res/workshops/mozaic.pdf|Slide-uri prezentare]] |
=== Install nodejs, mocha, chai === | === Install nodejs, mocha, chai === | ||
Line 14: | Line 14: | ||
* choose a folder project | * choose a folder project | ||
* mkdir src test | * mkdir src test | ||
- | * npm install -g mocha | + | * sudo npm install -g mocha |
- | * npm install chai | + | * sudo npm install chai |
+ | == Mozaic == | ||
+ | * git clone https://github.com/uberVU/mozaic.git | ||
+ | * python server to run http://swarm.cs.pub.ro/~anpetre/pyserver.py | ||
+ | * issues / tests here: https://github.com/uberVU/mozaic/issues | ||
- | = Tasks = | + | ** commands to run ** |
+ | * cd mozaic | ||
+ | * cp pyserver.py . | ||
+ | * **in one terminal**: python pyserver.py | ||
+ | * **browser**: http://localhost:1234/tests.html | ||
+ | |||
+ | = Tasks todo = | ||
+ | |||
+ | * issues from [[https://github.com/uberVU/mozaic/issues|github]] | ||
+ | * go through the code, understand our TODO list example, it's a great framework for building single page apps, an UberBackbone :) | ||
= Links = | = Links = | ||
+ | * http://joelonsoftware.com/ | ||
+ | * http://news.ycombinator.com/ |