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