Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tadast/html_canvas_bootstrap
A quick start for html/canvas/coffeescript
https://github.com/tadast/html_canvas_bootstrap
Last synced: 11 days ago
JSON representation
A quick start for html/canvas/coffeescript
- Host: GitHub
- URL: https://github.com/tadast/html_canvas_bootstrap
- Owner: tadast
- Created: 2012-11-11T14:15:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-11T16:44:37.000Z (about 12 years ago)
- Last Synced: 2024-11-14T18:44:33.704Z (about 1 month ago)
- Language: Racket
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML canvas boostrap
Every time I want to try something HTML5ish quickly I waste a few minutes setting up html/css/js files.
So here's a quick template I use for client side experiments.# Usage
Go to Downloads and download [the latest version of this repo as an archive](https://github.com/tadast/html_canvas_bootstrap/archive/master.zip).
# Handy Tools
run `./coffee_watch` to automatically compile coffee to js when you save files. Edit it to add more paths if needed