Simple Tic Tac Toe Game
From your terminal run:
git clone [email protected]:orlando-paredes-hamsho/tic-tac-toe.git
Then once it's downloaded
npm install
From your terminal run:
npm run game
Enjoy
npm run test
Testing will also run prior to pushing to a remote server.
npm run lint
Linting will also run prior to commiting and/or pushing to a remote server.