kmorcinek / conqueror-browser-spy

An app for better playing an online game http://conquerorgame.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose on localhost server instead of Chrome extension "Web Server for Chrome"

kmorcinek opened this issue · comments

Now to test the app it requires:

serve file output.js on localhost:8887 using ie "Web Server for Chrome"

Can be done through command (on my Mac at least):
npx http-server ./lib -p 8887