How to quickly build a local LAN environment through nodejs?

I hope to quickly build a local LAN environment through node.js, so that devices on the same LAN can access download files and access html files.
are there any relevant npm packages or technical recommendations?

Mar.05,2021

node-static

npm i http-server -g
// host
http-server 
Menu