Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revskill10/frp-test
https://github.com/revskill10/frp-test
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/revskill10/frp-test
- Owner: revskill10
- Created: 2015-06-17T13:06:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T05:11:39.000Z (over 9 years ago)
- Last Synced: 2024-10-12T19:06:03.727Z (27 days ago)
- Language: JavaScript
- Size: 926 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Threes
Recreating the game Threes using reactive and functional techniques.
### Tutorial
* (20 Mar 2015) [BUILDING THE GAME THREES USING FUNCTIONAL & REACTIVE TECHNIQUES](http://tyronemichael.com/building-the-game-threes-using-functional-reactive-techniques/).
* (31 Mar 2015) [THREES: THE BEGINNING](http://tyronemichael.com/threes-the-beginning/).### Instructions
* Clone the repo
* Run `npm install`### Running The App
* Run `npm start`
* Open the file `./public/index.html`### Running The Tests
* Run `npm run test` to run the tests
* Run `npm run test:watch` for continuous test driven development (CTDD)
* Run `npm run test:watch --debug` for continuous test driven development (CTDD). Passing `--debug` ignores coverage so you can easily debug the file using Karma in the console.