two simple http server tools
-
http-server
install:
npm install -g http-serverstart the server with
http-serverreference:
-
browser-sync
install:
npm install -g browser-syncstart 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