Last active
December 19, 2017 13:11
-
-
Save jacksonpires/72df49948e4e79c344613048a14ee07d to your computer and use it in GitHub Desktop.
How to run Angular 2+ on Cloud9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ng serve --host $IP --port $PORT --live-reload-port 8081 --public-host https://<project>-<user>.c9users.io/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment