This is a game ranking app based on React JS. A hobby and a code along project of mine.
Update npm
to version 16.x and above, it's necessary for running the react template.
Navigate to game-ranking.cient
to run these commands.
npm install
: install dependencies before running the front-end.npm run dev
: test out native web app.
Install .NET 6 and ASP.NET framework, they can be found in Visual Studio Installer.
Navigate to game-ranking.Server
to run these commands.
dotnet run
to start the server.