Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 500 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 500 Bytes

Required software

Server

Please install Visual Studio Community edition. You only need .NET

Client

You will need nodejs with npm and a web browser

Set-up

Server

Open the .sln file and install required Nuget dependencies

Client

Use a terminal to navigate to /client and run

npm install

Running

Server

Simply press "run" in Visual Studio

Client

Go to /client and run

npm run start

This will start a development server and open your browser to the correct page.