Skip to content

Leiningen plugin to start a web server in the current directory.

License

Notifications You must be signed in to change notification settings

malyn/lein-httpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lein-httpd

A Leiningen plugin to start a web server in the current directory. Use it for HTML/CSS/JS prototyping, for transferring files to another machine, etc.

Usage

Add [lein-httpd "1.0.0"] into your global Leiningen config (~/.lein/profiles.clj) like so:

{:user {:plugins [[lein-httpd "1.0.0"]]}}

Start a web server in the current directory on the default port (8080):

$ lein httpd

Select a different port by supplying the port number on the command line:

$ lein httpd 8027

About

Leiningen plugin to start a web server in the current directory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published