1
0
Fork 0
Commit Graph

3 Commits

Author SHA1 Message Date
Andrew Tomaka f937337d9f Fix CoffeeScript Dependency
packages.json did not include coffee-script.  The dependency has been
added and the README file updated to note the local method for starting
the application.
2013-02-20 22:49:15 -05:00
Andrew Tomaka f5b4a55071 Implement Simple HTTP Server
Implement a simple HTTP server to remove the dependancy on also running
your own Apache or NGINX instance to host static content.  The built-in
HTTP server currently hosts four static files and will return a 404
error if a request does not match one of those four files.
2013-02-02 15:28:04 -05:00
Andrew Tomaka b28b03b78e Initial commit 2013-01-05 14:10:01 -05:00