0.0.4 • Published 8 years ago

angular-cli-share v0.0.4

Weekly downloads
39
License
MIT
Repository
-
Last release
8 years ago

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.