http-server Cheatsheet
?
R
Bashhttp-server simple zero-configuration command-line http server cheatsheet. https://www.npmjs.com/search?q=http-server
1# Start without caching
2http-server -c-1 .
3
4# Proxy all REST calls to a specific endpoint
5http-server -c-1 --proxy http://localhost:9000 .
6Created on 6/23/2018