/MarioRunner

Primary LanguageTypeScript

Install

Just clone this repo and run

npm install

in the \PacMan folder.

Usage

ng serve

in the \PacMan folder.

To run the backend make sure you have installed the dotnet cli and run

dotnet ef database update --context GameContext
dotnet watch run

in the \backend\GameAPI folder.

http://localhost:4200

to see the page then.