Please install Visual Studio Community edition. You only need .NET
You will need nodejs with npm and a web browser
Open the .sln file and install required Nuget dependencies
Use a terminal to navigate to /client and run
npm install
Simply press "run" in Visual Studio
Go to /client and run
npm run start
This will start a development server and open your browser to the correct page.