Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 544 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 544 Bytes

Tictactoe

A simple web tictactoe game made with ReactJS and Redux. Play online here.

Building locally

Prerequisites:

  • NodeJS
  • NPM
  • Webpack (installed globally)
$ git clone https://github.com/atisawd/tictactoe.git
$ cd tictactoe
$ npm install
$ npm run dev