Client can host thier target to test website on thier own way or host sample.html from the repo for introductory purpose.
Add "sample.html" in your current working directory.
./
- sample.html
- local.js
Host you current directory on some port eg.(3000).
Open terminal navigate to current working directory then host the directory with following command.
python3 -m http.server 3000
Now sample.html is available at endpoint "http:localhost:3000/sample.html"