Development Procedure - Nordes/HoNoSoFt.DotNet.Web.Spa.ProjectTemplates GitHub Wiki
How do we install
> git clone https://github.com/Nordes/HoNoSoFt.DotNet.Web.Spa.ProjectTemplates.git
> cd HoNoSoFt.DotNet.Web.Spa.ProjectTemplates
> cd content
> npm install
> dotnet build
> dotnet watch run
You can also avoid using dotnet watch run
and simply use dotnet run
. It is only more convenient in case you want hot reload also for your C# API's. However, the downside of the watch
is that it will restart the entire process of the server. So basically it will have to re-compile again the Webpack config.