MeterReader
MeterReader copied to clipboard
Not Found errors
Following the README.md end running the .NET project ends up with the following errors in the browser:

I was using the "net6" branch.
Open a console/terminal in the root of the main project (same folder as the MeterReaderWeb.csproj) and type:
> npm install
Once that is done, do this:
> gulp
That should solve it.