This is a ClojureScript rewrite of the Famous Twitter example http://famous.org/learn/Twitterus/index.html using Infamous https://github.com/sonwh98/infamous. It is one third of the size of the original JavasScript example
This is a ClojureScript project so make sure you have Leiningen installed http://leiningen.org/
Run the following at the commandline:
lein figwheel
Then open your web browser to http://localhost:3449/index.html
Test out a modified version on the hamburger branch
git checkout hamburger
lein figwheel