To install the project's dependencies, run the following commands:
dotnet tool restore
dotnet restore
npm install
To start the development server, run the following commands:
npm start
To build the project, run the following commands:
npm run build