two simple http server tools
-
http-server
install:
npm install -g http-server
start the server with
http-server
reference:
-
browser-sync
install:
npm install -g browser-sync
start the server with
browser-sync start --server
体验科技改变生活
http-server
install:
npm install -g http-server
start the server with
http-server
reference:
browser-sync
install:
npm install -g browser-sync
start the server with
browser-sync start --server