Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 432 Bytes

File metadata and controls

29 lines (19 loc) · 432 Bytes

ProxyDevelopmentServer

This is a basic .NET/pnpm starter.

  • Ensure pnpm is available on your path. Using >=9.10.0, you can control the pnpm and node versions from the package.json.
  • Builds and lints via the dotnet cli.

Build

Run the following command:

dotnet build

Run

TODO: Varies by application, but is likely something along the lines of:

cd Server/
dotnet run

or

pnpm start