This is a test repository for a POC on a React multiplayer application
- (TL;DR;) run
make server
or
- install .NET 8 on your machine
- go to
serverdirectory - run
dotnet run - the server should be accepting calls on url:
https://localhost:5001
- (TL;DR;) run
make client
or
- go to
clientdirectory - run
npm start - access the application on your browser
http://localhost:3000