Catan tracking companion using .NET Core
Node.js package @quasar/cli
CLI is required for managing the front-end project(s).
-
Run the following (one time) to install the package globally:
npm install -g @quasar/cli
-
Run the following to install all dependencies within the
brickport-ui
directorynpm install
-
Run the following to have quasar build the front-end project(s) within the
brickport-ui
directory:quasar build
Run the following (in root project folder) to restore/build the solution using the .NET CLI:
dotnet build
-
Launch the following configuration to start the .NET application using Visual Studio Code's built-in debugger:
.NET Core Launch (web)
-
Alternatively, launch
brickport-ui
in "dev" mode using the command line within thebrickport-ui
directory:quasar dev