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

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

ReactJS tic-tac-toe game
https://github.com/naffiq/tic-tac-toe

Last synced: about 2 months ago
JSON representation

ReactJS tic-tac-toe game

Awesome Lists containing this project

README

        

# ReactJS tic-tac-toe game
[![Build Status](https://travis-ci.org/naffiq/tic-tac-toe.svg?branch=master)](https://travis-ci.org/naffiq/tic-tac-toe)

[DEMO](https://naffiq-tic-tac-toe.herokuapp.com/)

Was built atop [Create React App](https://github.com/facebookincubator/create-react-app). Follow the link, for more
details.

But few changes were made in order to deploy it to Heroku. Use `npm run dev` for development and `npm start` runs
express.js server.