QuickServe is a local development server made for quickly previewing .html
and .md
files.
Just run it, and it serves your current workspace—no setup or config needed.
It’s built mainly for HTML and Markdown, but supports other file types too. Great for quick testing or writing docs.
- Start and stop a local server with one click
- Live preview for
.html
and.md
files - Auto-reload on file changes (this feature is only available for
.html
and.md
files) - Supports other file types for quick testing
- Support for excluding files to prevent change detection
- Customizable port
-
Open VSCode
-
Press
Ctrl + P
(orCmd + P
on Mac), then type:
ext install debanshupanigrahi.quickserve
Tip: You can also install from the Extensions sidebar by searching the extension name directly.
For detailed configuration options, see SETTINGS.md.
For a complete list of changes, see CHANGELOG.md.
Contributions are welcome! Please read the CONTRIBUTING.md file for guidelines on how to get started.
This project is licensed under the MIT license.