Варианты на node.js

npx serve ./public -l 80
npx superstatic ./public --port 80
npx light-server -s ./public -p 80
npx http-server ./public -p 80
npx browser-sync ./public -w --port 80 --no-open

Вариант на php

php -S localhost:80  -t ./public