-
Notifications
You must be signed in to change notification settings - Fork 3
Development Procedure
Nordes Ménard-Lamarre edited this page Oct 9, 2018
·
1 revision
> 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 runYou 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.
© 2018 HoNoSoFt / Nordès