Tic Tac Toe game created with ReactJs.
- Download/Clone project
git clone https://github.com/cyberpirate92/react-tictactoe.git
. - Move to the project directory (
cd react-tictactoe
) and runyarn
to install npm packages. yarn build && yarn start
will build and open the webapp in a browser.
Unit tests can be run with yarn test
.