mobile-app-distribution-server
v0.0.1
Published
View and debug web app with simple localhost server
Readme
Mobile App Distribution Server
View and debug web app with simple localhost server
Installation
You must install with package globally to use it anywhere
npm install mobile-app-distribution-server -gUsage
With global installation you can use Mobile App Distribution Server with command
serveThe server will start and a new browser window automatically appear on the following url
http://127.0.0.1:9001/Options
-p / --port: specify different HTTP port for server (default9001)-d / --directory: specify differentwwwdirectory (defaultwwwnext toapp.js)
