Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cyberlight/tic-tac-toe

Polymer component for game Tic-Tac-Toe
https://github.com/cyberlight/tic-tac-toe

Last synced: 20 days ago
JSON representation

Polymer component for game Tic-Tac-Toe

Awesome Lists containing this project

README

        

tic-tac-toe
================

See the [component page](http://CyberLight.github.io/tic-tac-toe) for more information.

## Getting Started

We've put together a [guide for tic-tac-toe](http://www.polymer-project.org/docs/start/reusableelements.html) to help get you rolling.

Tic-Tac-Toe Polymer Reusable Element
====================================

#### Requirement:
* Installing node with npm using nvm manager
* Installing the following libraries globally:
* `npm install -g bower yo generator-polymer grunt-cli`

#### Preparing:
* Create folder named like `tic-tac-toe-component`
* Clone this project inside this folder using git
* Go to `tic-tac-toe` directory

#### Install packages for running tests and demo:
* `npm install`

#### Install tic-tac-toe element dependencies:
* `bower install`

#### For running demo:
* `grunt demo`

#### For running tests:
* `grunt test`