With this repository we are running an npm, ASP.NET Core, SignalR and Angular with Typescript Project
Just clone this repo and run
npm startBrowse to
http://localhost:8080to see the page then.
Or just load the application in Visual Studio and press the Play Button.
For a build in the .dist-folder you just have to type:
npm run build-webIf you want to have the electron solution too you can type
npm run build-desktopFor web and desktop you can type
npm run build-alland you will find everything in the .dist-folder

