/Tic-Tac-Toe

Primary LanguageJavaScript

Tic Tac Toe

Capture1

Capture2

Capture3

Capture4

Getting Started

  • Clone the Repo
git clone https://github.com/FIKRILaila/Tic-Tac-Toe.git
  • Install the dependencies
cd Tic-Tac-Toe
npm install
  • Run the server
npm run server
  • Run the client
npm run client