This is a basic .NET/pnpm starter.
- Ensure
pnpmis 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
dotnetcli.
Run the following command:
dotnet buildTODO: Varies by application, but is likely something along the lines of:
cd Server/
dotnet runor
pnpm start