An open API service indexing awesome lists of open source software.

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

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.