An open API service indexing awesome lists of open source software.

https://github.com/satheesh1997/simple-cdn

A simple static server that can be used to serve the static files in the development environment
https://github.com/satheesh1997/simple-cdn

Last synced: 11 months ago
JSON representation

A simple static server that can be used to serve the static files in the development environment

Awesome Lists containing this project

README

          

# simple-http-server

This runs the npm live-server package inside with which it serves the static files that are mounted inside the www path of the container. This serves only the updated content lively, when a file inside the www folder is updated the changes will be reflected in live when the page is refreshed.

## To run the server:
docker run -p 8080:8080 -v $(pwd):/www satheesh1997/simple-cdn