Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

bocoup/StartupDataTrends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project has been archived as of August 2023.

Startup Data Trends

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.

Setting up dev environment

Run npm install from your application root.

Build

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.

Server

Run with grunt connect. It will run on port 8082