A tic-tac-toe server for real-time games
- Open a terminal, and run
git clone https://github.com/kausko/Tic-Tac-Toe-Server
cd Tic-Tac-Toe-Server
to navigate to the repositorynpm i
oryarn
to install dependencies- Create a
.env
file and addORIGIN=http://localhost:3000
for CORS to work - Run the server using
npm run start
oryarn start