You are writing your ember app and you want to share it with a client or a designer or another developer but you don’t want to deploy it or check in source code – what do you do?
Simple, just run these
1 2 |
ember install ember-share ember share |
Your clipboard will now have a publicly accessible URL that you can send to your client/co-worker. That’s pretty damn cool.
Note: Make sure your ember server is running of course.
It essentially creates a tunnel from the outside world into your ember server. Once you kill the ember share process the tunnel is gone.
Also published on Medium.