A server emulating ipfs gateway behavior forked from local-web-server
npm install ipfs-gateway-emulator

ipfs-gateway-emulator is a distribution of lws bundled with a "stack pack" to emulate the behavior of ipfs gateway. Moist notably it redirect to trailing slash and support /ipfs/ url
This package installs the ipfs-emulator command-line tool
Running ipfs-emulator
``sh`
$ ipfs-emulator
Listening on http://mbp.local:8000, http://127.0.0.1:8000, http://192.168.0.100:8000
`sh``
$ npm install -g ipfs-gateway-emulator