Sublime Forum

LiveServerPlus lightweight live-reload dev server

#1

Hello!

I shipped LiveServerPlus on Package Control. I got tired of wrestling with LiveServer/BrowserSync and wanted a zero-config option that just works from ST.

Description
It’s a lightweight development server with WebSocket-based live reload. It runs entirely in Sublime’s bundled Python (no external runtime), supports mobile preview via QR code, lets you choose a port (or auto-pick a free one), and offers two watcher modes: Sublime on-save (fast) or Watchdog for external changes.

Installation
Package Control: Install Package → LiveServerPlus. (Sublime Text 4).

Source-code
GitHub: https://github.com/ifrederico/sublime-liveserverplus

2 Likes

#2

Great job with this one! :ok_hand:

1 Like