Below you will find pages that utilize the taxonomy term “Html”
Post
read more
Easy run your html with docker and Nginx
If you’ve ever needed to quickly run a built or a static html (js and css) site.
In my case it helps to preview and test locally Go Hugo built sites, react built content or preview any site I’m given.
A tool like Browser sync would work perfectly, and gives lots of tools. But a more “real” scenario would be using a true server like Nginx.
First you need to have Docker installed and the the Nginx image.