A simple web tictactoe game made with ReactJS and Redux. Play online here.
Prerequisites:
- NodeJS
- NPM
- Webpack (installed globally)
$ git clone https://github.com/atisawd/tictactoe.git
$ cd tictactoe
$ npm install
$ npm run dev
A simple web tictactoe game made with ReactJS and Redux. Play online here.
Prerequisites:
$ git clone https://github.com/atisawd/tictactoe.git
$ cd tictactoe
$ npm install
$ npm run dev