You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mac - https://www.microsoft.com/net/download/macos
13
+
Windows - https://www.microsoft.com/net/download/windows/build
14
+
15
+
Install and confirm you have access to it globally by running `dotnet --version`
16
+
You shoudl be running 2.1 or greater.
17
+
18
+
As long as Node is installed as well, you shoudl be good to roll.
19
+
20
+
CD into the project folder and run `dotnet run` which will start the Kestel web server and automatically open the site in your browser.
21
+
22
+
The site is available at at localhost:3000 through BrowserSync which is proxying the .NET Core app from https://localhost:5001. Instructions on how to tweak these ports coming soon.
23
+
24
+
Styles are located at ~/assets/sass/ and updates to them will be automatically be injected via WebPack. Changes to any Razor(.cshtml) files will trigger a browser refresh through BrowerSync. This will result in far fewer manual browser refreshing.
0 commit comments