https://github.com/caged/datavis-template
A template for middleman for quickly prototyping datavis stuff in CoffeeScript. Comes with jquery, d3, topojson, bower and more.
https://github.com/caged/datavis-template
Last synced: about 2 months ago
JSON representation
A template for middleman for quickly prototyping datavis stuff in CoffeeScript. Comes with jquery, d3, topojson, bower and more.
- Host: GitHub
- URL: https://github.com/caged/datavis-template
- Owner: caged
- License: mit
- Created: 2013-08-28T00:23:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-15T03:46:29.000Z (about 12 years ago)
- Last Synced: 2025-01-20T10:48:30.392Z (over 1 year ago)
- Language: Ruby
- Size: 805 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
### Installation
```
git clone git@github.com:Caged/datavis-template.git ~/.middleman/data
```
### Usage
```
middleman init MY_APP_NAME --rack --template=data
cd MY_APP_NAME
bower install
./script/server
```