Runs nginx in a Docker container to serve local HTML files while working on them. Currently includes a very basic Materialize template and a separate CSS file.
- Clone or download this repository
- Install Docker
- Navigate to the repository folder in a command line shell
- Type
docker-compose up - Go to localhost:8080 in your browser
- Make changes to the HTML and CSS files in
/htmland reload the browser to see them - When you've finished, go back to your command line and press
Ctrl+Cthen typedocker-compose downto stop the container.