Hey guys, I want to launch more than one ember application on a linux server, What is the best method to do that?
Greetings, Rafał
Hey guys, I want to launch more than one ember application on a linux server, What is the best method to do that?
Greetings, Rafał
You can start up the ember development server in different ports (beside default 4200 one) with the following command:
ember serve --port 4201
And on the other application:
ember serve --port 4202