https://github.com/hackyourfuture/tdd-ttt
https://github.com/hackyourfuture/tdd-ttt
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackyourfuture/tdd-ttt
- Owner: HackYourFuture
- Created: 2017-02-12T11:20:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T14:45:45.000Z (over 9 years ago)
- Last Synced: 2025-01-15T04:39:20.697Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```