Socket
Socket
Sign inDemoInstall

live-server

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

live-server - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "live-server",
"version": "0.1.0",
"version": "0.1.1",
"description": "simple development http server with live reload capability",

@@ -5,0 +5,0 @@ "keywords": [

@@ -16,3 +16,3 @@ Live Server

Preparations
Installation
------------

@@ -22,7 +22,18 @@

**Npm way**
npm install -g live-server
**Manual way**
git clone https://github.com/tapio/live-server
cd live-server
npm install # Local dependencies if you want to hack
npm install -g # Install globally
Usage
-----
Issue the command `live-server.js` in your project's directory.
Issue the command `live-server` in your project's directory.

@@ -29,0 +40,0 @@ This will automatically launch the default browser (you should have `index.html` present). When you make a change to any file, the browser will reload the page.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc