Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Licoy/reserver
:hammer: 为静态网站预览或开发设计的具有实时重新加载功能的本地服务器 | a local server with real-time reload function designed for static website preview or development
https://github.com/Licoy/reserver
development live-reload live-server reload server
Last synced: about 1 month ago
JSON representation
:hammer: 为静态网站预览或开发设计的具有实时重新加载功能的本地服务器 | a local server with real-time reload function designed for static website preview or development
- Host: GitHub
- URL: https://github.com/Licoy/reserver
- Owner: Licoy
- License: mit
- Created: 2021-10-19T12:18:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T19:43:04.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T07:03:05.624Z (about 2 months ago)
- Topics: development, live-reload, live-server, reload, server
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README-US.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - reserver - time reload function designed for static website preview or development | Licoy | 9 | (Go)
README
[中文](./README.md) | English
## :memo: Introduce
`reserver` It is a local server with real-time reload function designed for static website preview or development.
## :tada: Use
Go to [Releases](https://github.com/Licoy/reserver/releases) to select the latest release version of your operating
system, how to use it:- Place this application in the root directory of your project.
- Add this program to the global, open the terminal in your project and start `reserver [options]`.## :wrench: Options
```text
-p, --port listen port (default: 8080)
-r, --root root directory
-H, --host bind host address (default: 0.0.0.0)
--no-browser don't auto opening browser
--no-watch don't listen for file changes
--browser specify the browser you want to use
-P, --path default open link path
--hide-log displays the change log of the observation path
-w, --wait wait for the specified time before reloading (default: 100ms)
-i, --ignore multiple observation paths are allowed to be ignored, ex:
-i /a -i /b
-v, --version view current version
-h, --help Show this help message
```## :label: Feedback
- If you encounter problems during use, you can directly submit [issue](https://github.com/Licoy/reserver/issues/new) for discussion or feedback.## :page_facing_up: License
[MIT](./LICENSE)