Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 508 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 508 Bytes

Web Application Skeleton

image

Our current setup for web apps. Uses RequireJS, Backbone.js and React.

How to run

Install httpster (python -m SimpleHTTPServer doesn't cut it, because it can't handle pushstate).

# clone repo
$ cd src
$ httpster -s

Open localhost:3333.