Skip to content

richmarr/solo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solo

Super simple static server

Very basic server for running a single HTML file, useful for tests

installation:

npm install node-solo --save-dev

command-line usage:

solo my-file.html -p 8888

API usage:

solo.run("my-file.html",{port:8888});

About

Super simple shell script to start a server with a single HTML file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published