Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 307 Bytes

File metadata and controls

12 lines (8 loc) · 307 Bytes

TicTacToe

Obligatory Tic Tac Toe project

Currently hosted at: https://tictactoe-rb.herokuapp.com/

How to run locally

Clone this repo in your folder of choice and run the command npm i to install node modules.

After node modules have installed run the command npm run start to run the project.