Unbeatable Tic Tac Toe Game
Installation:
- Clone repository.
- npm install
- bower install
To start application:
- "cd server"
- "node express.js". Server will be started on 3000 port
- Alternatively you may want to start sinatra server then type "ruby sinatra.rb". Server will be started on 4567 port.
Server installation:
- Install ruby
- Install sinatra server "gem install sinatra"
To run the tests:
- (Optional) npm i -g karma-cli
- karma start karma.conf.js
Test coverage reports are generated automatically to the coverage directory in root folder.