Tip
The default port number for ember apps is 4200. There are 2 ways to change it.
You can do a one-time change by running
1 |
<em>ember server --port 4444</em> |
instead of the usual
1 |
<em>ember server</em> |
If you want to change the default port number for a specific app the edit your .ember-cli file and add
1 |
<em>"port": 4444</em> |
Now running ember server will use the port specified in .ember-cli
Some Love ❤❤❤
If you are enjoying my daily tips please spread the word with this one-click tweet.
If you do NOT like the tips then please reply to this email and let me know.