Share your local Ember apps with the world using ngrok. No additional software installation is required once the Ember CLI addon is installed.
ember install ember-share
To share your site, simply run ember share
, which behaves like ember serve
. A publicly accessible URL will be inserted into your clipboard that is ready to paste directly into your browser.
This was inspired by Laravel Valet.