An open API service indexing awesome lists of open source software.

https://github.com/ajitid/live-server

⟳ Reloads your webpage when static files are changed.
https://github.com/ajitid/live-server

development live-server python server static websockets

Last synced: 4 months ago
JSON representation

⟳ Reloads your webpage when static files are changed.

Awesome Lists containing this project

README

          

# Live Server

[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)

[![Downloads](https://pepy.tech/badge/live-server)](https://pepy.tech/project/live-server)

Reloads your webpage when static files are changed.

See [Live Server in action](https://youtu.be/FP7QqNv9e4E).

Inspired by [live-server](https://www.npmjs.com/package/live-server) for Node.

## Install

Install it globally

```
pip install live-server
```

## Use

Start Live Server in a folder with command line by using

```
live-server
```

or give it a path

```
live-server ../static
```

Explore more options like changing port number using

```
live-server --help
```

## Found a bug?

Raise an issue at its [repo](https://www.github.com/ajitid/live-server).