#!/usr/bin/env bash

npx http-server@latest "$(dirname $(realpath -- "$0"))/webapp/" -o "$@"
