hqjs / vscode-hq-live-server

Visual studio code extension for HQ Live server
MIT License
10 stars 1 forks source link

HQ Live Server

💫 One tool to rule them all

VSCode Marketplace Total Installs Avarage Rating GitHub license

Launch a local development server with live reload feature for static & dynamic pages.

Live Server Demo VSCode

Features

Shortcuts to Build and Start/Stop Server

  1. Open a project and click to Go Live from the status bar to turn the server on/off. Click Build button to make a production build. Go Live Control Preview

  2. Right click on a project file from Explorer Window and click on Serve project. Explorer Window Control.

  3. Open a project file and right-click on the editor and click on Serve project. Edit Menu Option Preview

  4. Open a project and build it or start/stop server from a touchbar. Touchbar Preview

  5. Hit (alt+H, alt+O) to Open the Server, (alt+H, alt+C) to Stop the server (alt+H, alt+B) to Build the Project and (alt+H, alt+R) to Build specific resource (You can change the shortcut form keybinding) [On MAC, cmd+H, cmd+O, cmd+H, cmd+C and cmd+H, cmd+B]

  6. Open the Command Pallete by pressing F1 or ctrl+shift+P and type HQ Live Server: Serve project to start a server, type HQ Live Server: Stop Server to stop a server, HQ Live Server: Build project to make a production build or HQ Live Server: Build resource to make a production build of specific resource.

Installation

Open VSCode and type ctrl+P, type ext install hqjs.hq-live-server.

Note that you should have nodejs >= 12.10.0 installed as default in your system. You can do it with nvm

nvm i 12
nvm alias default 12

FAQs

Settings

LICENSE

This extension is licensed under the MIT License