Skip to content

It makes your existing server live. This is a browser extension that helps you to live reload feature for dynamic content (PHP, Node.js, ASP.NET -- Whatever, it doesn't matter)

License

Notifications You must be signed in to change notification settings

ritwickdey/live-server-web-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Server - Web Extension

Chrome Web StoreChrome Web StoreChrome Web Store
Mozilla Add-onMozilla Add-onMozilla Add-on

Brief Description

This browser add-on is an extension for a developer tool in VS Code editor (Live Server). With this add-on installed, along with the VS Code extension, it gives you a functionality to automatically update your website on save; for other files than just .htm and .html.

So specifically, with this add-on, live reload will also work with the following server-side files within the spectrum of: PHP, .NET and NodeJS.



Documentation

About.md
Setup.md
FAQ.md

The Common Misconception

Neither the browser add-on nor the VS Code extension will host a server for: PHP, .NET or NodeJS. This add-on will give you the reloading function, so you do not need to refresh the page every time you save your server-side code.



News

  • Verision 1.0.0 (26.10.17)

    • [New Feature] No need to setup proxy. There is now a way to setup - that is pretty easy & straight-forward.

    • [Enhancement] Pop-up window is redesigned.

    • [Bug Fixes] Small bug fixes related to the turn on/off switch.

    • No BETA. General Release.

  • Version 0.0.1 (22.10.17)

    • Initial Release under BETA.



License

This extension is licensed under the MIT License