Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericmeyer/coffeettt
https://github.com/ericmeyer/coffeettt
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericmeyer/coffeettt
- Owner: ericmeyer
- Created: 2015-05-05T16:57:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-18T23:31:03.000Z (over 9 years ago)
- Last Synced: 2024-10-04T22:21:21.386Z (about 1 month ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`