https://github.com/sean-codes/serve-dev
While using my favorite static site tool serve, I wished the page would reload when making a change.
https://github.com/sean-codes/serve-dev
html html-css-javascript javascript npm npm-package static-site static-website website
Last synced: 3 months ago
JSON representation
While using my favorite static site tool serve, I wished the page would reload when making a change.
- Host: GitHub
- URL: https://github.com/sean-codes/serve-dev
- Owner: sean-codes
- Created: 2023-01-22T04:17:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T19:07:58.000Z (over 3 years ago)
- Last Synced: 2025-11-22T23:27:53.522Z (8 months ago)
- Topics: html, html-css-javascript, javascript, npm, npm-package, static-site, static-website, website
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@aloof/serve-dev?activeTab=readme
- Size: 1.74 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Serves static files in a folder. Reloads when a change is made.
---
> While using my favorite static file tool [serve](https://github.com/vercel/serve), I wished the page would reload when making a change.
Includes directory lists
## Install
```shell
npm install --global @aloof/serve-dev
```
## Use
```sh
# within project directory
serve-dev
> Navigate https://localhost:4444
```
## Help
[Click to create issue: Will try to fix/add/help as soon as possible! Thank you! :\]](https://github.com/sean-codes/serve-dev/issues)