Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 535 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 535 Bytes

TicTacToe_Online

A project with intended remote playability for TicTacToe. Seperate files for backend and frontend implementations. Tech Used is Express and React respectively.

Instructions for first-time setup

Run the following commands in the root directory:
cd <app-directory>
npm install

After executing the first two for both the front-end and back-end, run npm start. Both client and server should be running for the app to function.

Website can be accessed here: http://23.97.134.126:3000/