MeterReader icon indicating copy to clipboard operation
MeterReader copied to clipboard

Not Found errors

Open marcinjahn opened this issue 3 years ago • 1 comments

Following the README.md end running the .NET project ends up with the following errors in the browser:

image

I was using the "net6" branch.

marcinjahn avatar Apr 26 '22 15:04 marcinjahn

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.

shawnwildermuth avatar Apr 27 '22 18:04 shawnwildermuth