Created
April 4, 2015 06:21
-
-
Save walter/823c143bbb3a844fba5e to your computer and use it in GitHub Desktop.
Pow port proxying with ember-cli server set up steps.
This file contains 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
cd [your_ember_cli_app_root_directory] | |
powder portmap 4201 # i increment from 4200 (ember-cli default port) for each app i develop | |
ember server -p 4201 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment