Skip to content
This repository has been archived by the owner on Nov 25, 2018. It is now read-only.
/ qs Public archive

Quick Server - a simple web server for client-side prototyping.

License

Notifications You must be signed in to change notification settings

mna/qs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QS - Quick Server

A simple Web server to help for client-side prototyping. It serves static files as well as dynamic templates, supporting both Go's native templates and Amber. Based on the ghost package.

Installation

go get github.com/PuerkitoBio/qs

Usage

As long as $GOPATH/bin is in your $PATH, you can simply type qs in any given directory and it will start a web server at this location.

More specifically, it will automatically serve static files located in a ./public directory, and it will serve and watch files in a ./templates directory (recursively), so that every time a template is modified, it will recompile and serve the changes.

Issues

Since it uses ghost, it suffers from the same limitations at the moment, meaning that nested templates are not yet supported.

License

The BSD 3-clause license.

About

Quick Server - a simple web server for client-side prototyping.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages