Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ericmeyer/coffeettt


https://github.com/ericmeyer/coffeettt

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# Tic Tac Toe in CoffeeScript

This is currently very incomplete.
## Setup

```
npm install testem -g
npm install
bower install
```

## Running the app

`open dist/index.html`

## Running the Tests

### For CI

`testem ci`

### For Development

1. Run `testem`
2. `open http://localhost:7357`