This repository uses Docker and NodeJS to launch a simple, no-fuss local HTTPS server for development and testing purposes of JavaScript/TypeScript projects.
- Install Docker for your machine
- Place your HTML/JS files inside the html folder
- Open Terminal and run
docker-compose -f live.yml up
- On your chosen browser visit
https://localhost/index.html