Skip to content

Sublime plugin that runs a basic http server from a specified folder.

License

Notifications You must be signed in to change notification settings

axel669/sublime-simple-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sublime-simple-server

Sublime plugin that runs a basic http server from a specified folder.

Config

In the same folder as the project file, put a file named simple-server.json.

port is the port to listen on, and should be a number.
path is the folder to serve static files from, and is a path relative to the where the config files sits

{
    "port": 1337,
    "path": "static/html"
}

About

Sublime plugin that runs a basic http server from a specified folder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published