

- #Sublime text 3 livereload install#
- #Sublime text 3 livereload full#
- #Sublime text 3 livereload code#
- #Sublime text 3 livereload download#
- #Sublime text 3 livereload mac#
There are quite a few command line switches you can set to enable or disable features like enabling and configuring RazorPages and Markdown execution, as well as some operational features that open the browser and an editor at the specified locations. Here's what the running server looks like: LiveReloadServer -WebRoot "~/Web Sites/My Site" Any of the following work: LiveReloadServer # Launch in current folder You can launch LiveReloadServer in the WebRoot path, or you can specify the path as the first argument.
#Sublime text 3 livereload mac#
Note on the Mac you may have to explicitly add the Dotnet Tools path to your global path in the ZSH Terminal in order to access Dotnet Tools globally. Once installed, either Dotnet Tool or Chocolatey installs can run LiveReloadServer or LiveReloadWebServer anywhere from the command line as they are globally registered. NET SDK is present is use the Dotnet Tool and that's what use in the post. Note that the Dotnet Tool and Windows EXE installations have different executable names to avoid naming conflicts if both are installed:
#Sublime text 3 livereload install#
Chocolatey Install (Windows) choco install LiveReloadWebServerĭownload Self-Contained Zip File (unzip into a folder and run).Dotnet Tool (cross platform) dotnet tool install -g LiveReloadServer.LiveReloadServer is provided in a few different installable formats: So while it's yet another local Web Server you can see that it has a few unique features that might make it attractive for a number of different scenarios some of which I cover in this post.
#Sublime text 3 livereload download#
Available as: Dotnet Tool, Chocolatey Package, or Self-Contained (Windows) Download.Usability: Open Browser, open Editor on launch.Cross Platform - Windows, Mac, Linux via Dotnet Tool.Hostable ASP.NET Core app that can be hosted by multiple sites from single install.
#Sublime text 3 livereload full#

#Sublime text 3 livereload code#
Fixing errors in Razor Code with live reload.Editing with Live Reload on changes (Html, CSS, Razor).To give you an idea here an example of me using the LiveReloadServer to make changes on one of my mostly static (more on that later) local Web sites while making changes. Local Web ServerĪ local Web Server isn't anything particularly new, nor very sexy, but to me at least, it's been a life saver in dealing with my many static content sites, some of my old JavaScript libraries and even with some of my hybrid desktop applications that use Web based content in the context of a desktop application using a WebBrowser/WebView2 control. In light of the v1.0 release, it's as good a time as any for an official post. For cross-platform usage on Windows, Mac or Linux the Dotnet Tool can be used.Īlthough this command line tool has been around for nearly 2 years now, I just realized I've never actually posted about it before, only a few mentions as part of other posts. It's installable as a Dotnet Tool, Chocolatey package and standalone Windows installer.

LiveReload server is open source with all code on Github as are the components that drive much of its functionality. Point it at a folder and go! The server comes with built-in Live Reload functionality, and also offers dynamic features for Markdown rendering and loose Razor Pages support very useful for content Web sites.

It's a self-contained, command line executable, local Web Server that allows you to run arbitrary local folders as a static or optionally semi-dynamic Web site. I've released an official v1.0 of my Live Reload Web Server last week.
