https://github.com/tajo/playground
For some fast hacking in your beloved Coffee Script
https://github.com/tajo/playground
Last synced: 2 months ago
JSON representation
For some fast hacking in your beloved Coffee Script
- Host: GitHub
- URL: https://github.com/tajo/playground
- Owner: tajo
- License: mit
- Created: 2014-10-24T22:46:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T21:01:48.000Z (almost 11 years ago)
- Last Synced: 2025-03-01T14:42:30.345Z (7 months ago)
- Language: CoffeeScript
- Size: 313 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Playground
==========For some fast hacking in your beloved CoffeeScript.
Do you need to write some algorithm for your school homework and prefer
your favorite CoffeeScript? And you want to output it into your browser, so you can easily share it?Look no more further!
- `git clone https://github.com/tajo/playground.git`
- `cd playground`
- `npm install`
- `npm install -g bower`
- `bower install`
- `gulp`
- and start hacking in `/src/*.coffee` ... !Features
-------
- Gulp starts the server `http://localhost:1337` and opens your default broswer.
- Automatic reloads with a saved change in `*.coffee` files.