React/Redux version of Tic Tac Toe
You can see the project live at http://tictacreact.herokuapp.com/
cd
to the project's foldernpm install
npm start
- Open http://localhost:3000
- create-react-app (Webpack, Babel, React)
- Redux (react-redux, redux-thunk)
- Sass (BEM)
- Minimax implementation by Vivek Panyam