Watch JavaScript files with dotnet-watch ======================================== ## Prerequisites Install .NET Core command line. ## Usage Open a terminal to the directory containing this project. ``` dotnet watch run ``` Changing the .csproj file, or \*.js file in wwwroot, or any \*.cs file will cause dotnet-watch to restart the website.