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

https://github.com/hackyourfuture/tdd-ttt


https://github.com/hackyourfuture/tdd-ttt

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Test Driven Tic Tac Toe

References:
- https://jasmine.github.io
- https://nodejs.org/en/
- http://npmjs.org/

How to install:
```
npm install
```

How to run jasmine:
```
./node_modules/.bin/jasmine
```