RxJS - TicTacToe is a sample application that makes use of the Reactive Extensions library for JavaScript. Additionally, this app is written in ES6 and includes tests written with karma+mocha+chai.
http://cbelden.github.io/RxJS-tic-tac-toe
- Clone the repository
cdto rootnpm installgulp build- Navigate your browser to index.html
Libraries: RxJS immutable handlebars
Build: gulp browserify babel
Testing: karma mocha chai