This repo contains the code that was written to build http://startupdatatrends.com, a visual browser of startup data from AngelList (http://angel.com.)
The repo was built on top of Backbone-boilerplate by @tbranyen (https://github.com/tbranyen/backbone-boilerplate)
See the Bocoup blog for more information about the application (http://weblog.bocoup.com)
If you have any questions or comments, contact @iros here or: irene at bocoup dot com.
Run npm install
from your application root.
The application is built using grunt. Run grunt build
to build the source, and grunt dev
during development to watch
files and recompile on changes.
Run with grunt connect
. It will run on port 8082