Skip to content

lynnjm7/s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Static Server

A very simple static file server for local development with HTML, JavaScript, and CSS. The primary motivation of this is because I needed a simple static file server for WebGL development.

Usage

Once you've installed this tool with go get, using it is pretty simple. The most straightforward usage is with the default values for the directory and the port. The default directory is your current working directory and the default port is 8080.

%> s3

To set the directory and port, use the command line options

%> s3 -dir path_to_directory -port 3030

LICENSE

This project is licensed under the MIT license. For more information see LICENSE.

Releases

No releases published

Packages

No packages published

Languages