Skip to content

Latest commit

 

History

History

client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Twitter webclient

The client uses a simple setup of Backbone.js in CoffeeScript.

Requirements & Installation

you need node.js, npm and CoffeeScript

After installing npm, to get CoffeeScript you enter:

npm install -g coffee-script

How to compile

To do a one-time static compile:

make

To continuously compile (let CoffeeScript watch for file changes):

make watch