#!/usr/bin/env bash
# python3 -m http.server 8000
# Node webserver: https://www.npmjs.com/package/http-server
http-server ../client/ -p 8000