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

https://github.com/natac13/tic-tac-toe-game

Challenge from Free Code Camp for tic-tac-toe
https://github.com/natac13/tic-tac-toe-game

Last synced: 3 months ago
JSON representation

Challenge from Free Code Camp for tic-tac-toe

Awesome Lists containing this project

README

        

First time doing everything with Webpack.

This is my first project that is up on github pages! I was so happy and excited to learn that this could be done! Just by making a gh-pages branch, I changed my to default branch. Now live [here](http://natac13.github.io/Tic-Tac-Toe-Game/)

## Setup

```
npm install
npm start
```

### testing with mocha

```
npm test
```