angular-cli-share
v0.0.4
Published
An Angular CLI command to share your local Angular 2 apps with the world using ngrok.
Downloads
2
Maintainers
Readme
angular-cli-share
Share your local Angular 2 apps with the world using Angular CLI and ngrok. No additional software installation is required once the module is installed.
Installation
npm install angular-cli-share --save-dev
How to Use
To share your site, simply run ng share
, which behaves like ng 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.