목차

http-server

install

brew install http-server
# or
npm install --global http-server
 
# 설치 없이 일회성 실행
npx http-server [path] [options]

실행