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.
- Host: GitHub
- URL: https://github.com/ajitid/live-server
- Owner: ajitid
- License: mit
- Created: 2018-10-10T14:01:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T18:21:35.000Z (almost 2 years ago)
- Last Synced: 2025-09-28T11:18:44.480Z (4 months ago)
- Topics: development, live-server, python, server, static, websockets
- Language: Python
- Homepage: https://pypi.org/project/live-server/
- Size: 237 KB
- Stars: 12
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Live Server
[](https://forthebadge.com)
[](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).