SignalR-Math-Game



Realtime math game based on signalR

To run this app
1 - Install .NET Core 2.1 SDK on https://www.microsoft.com/net/download/dotnet-core/
2 - Navigate into the application directory within terminal/CMD
3 - Type dotnet restore[Enter] to restore the solution packages
4 - Type dotnet run [Enter] - The solution will be compiled and executed. On the command output an localhost:PORT will be shown
5 - Paste the address in a browser window and add /index.html or /index_angular.html (for AngularJS version) to the url path
6 - Play!