SuperSelection.AdminUI
Installation
To install the project's dependencies, run the following commands:
dotnet tool restore
dotnet restore
npm install
Development
To start the development server, run the following commands:
npm start
Build
To build the project, run the following commands:
npm run build