Skip to content

lesbass/tic-tac-toe-multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe-multiplayer

This is a test repository for a POC on a React multiplayer application

How to run it

Backend:

  • (TL;DR;) run make server

or

  • install .NET 8 on your machine
  • go to server directory
  • run dotnet run
  • the server should be accepting calls on url: https://localhost:5001

Frontend:

  • (TL;DR;) run make client

or

  • go to client directory
  • run npm start
  • access the application on your browser http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published