live-server icon indicating copy to clipboard operation
live-server copied to clipboard

A simple development http server with live reload capability.

Results 123 live-server issues
Sort by recently updated
recently updated
newest added

I'm trying to auto-navigate to changed file, as described in [Feature request: Option to auto-navigate to changed file · Issue #46 · hiddentao/gulp-server-livereload](https://github.com/hiddentao/gulp-server-livereload/issues/46) It would be useful to **access the...

hi,everyone: Now I could use code to start live-server,but I cannot stop it ,could someone give me a hand?

I have a script I'm making where it would be very useful to have a simple web server where I can tell the client, manually, to reload. I'm messing with...

I read the [send](https://github.com/pillarjs/send#custom-file-types) has custom configuration for mime. [send#custom-file-types](https://github.com/pillarjs/send#custom-file-types) ```javascript var http = require('http') var parseUrl = require('parseurl') var send = require('send') // Default unknown types to text/plain send.mime.default_type...

I got to ran once successfully with the command `live-server` and for the subsequent ones it started to throws this error: ``` undefined:1 SyntaxError: Unexpected end of JSON input at...

live server command giving error from cmd and getting this error after running the command: `PS E:\JCM\Projects\Travel Companion> live-server Serving "E:\JCM\Projects\Travel Companion" at http://127.0.0.1:8080 events.js:174 throw er; // Unhandled 'error'...

Small change to support specifying JSON config files via --config argument. This is useful if your project has more than one setup that needs to be used in different situations....

###### Before submitting an issue, please, see https://github.com/tapio/live-server#troubleshooting ## Issue description I was trying to use `live-server` on a barebones html file for quick prototyping, and didn't use any of...

## [SOLVED] Browser Refresh Error ## Details * launching `vs-code` * Extension > Live Server > Setting > Install Another Version.. > Version 5.5.1 ![Gif Resmi](g.recordit.co/pfQfCuloEh.gif) http://g.recordit.co/pfQfCuloEh.gif

How to inject some javascript code in pages like "Code injected by live-server"?