Skip to content

Dead-simple local file server with pretty directory listing and live reload

Notifications You must be signed in to change notification settings

MrLawrenceKwan/quickserve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

quickserve πŸš€

A dead-simple local file server with directory listing, CORS support, and live reload. Built for developers who just want to serve files without config.

Install

pip install quickserve

Usage

# Serve current directory on port 8000
quickserve

# Custom port and directory
quickserve ./dist --port 3000

# Enable CORS for API testing
quickserve --cors

# Watch for changes and auto-reload browser
quickserve --live

Features

  • πŸ“ Pretty directory listings with file sizes and icons
  • πŸ”„ Live reload via WebSocket injection
  • 🌐 CORS headers for local API development
  • πŸ”’ Restricts to localhost by default
  • πŸ“¦ Single file, zero config

License

MIT

About

Dead-simple local file server with pretty directory listing and live reload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages