I am not able to deploy my Ember application while Hosting. Its working on localhost:4200 while uploading as it is folder on Cpanel its not working. Can any one can help me?
If you are on apache perhaps add a .htaccess file in your project’s public folder.
Hi, I thought I’d give ember a try just to test it out and get some personal experience with it.
I did the quick setup yesterday to have my first look. Now I want to see how to get this project up and running on a server.
I have a linode server with apache2 running on it. I’m still new to hosting websites.
Lets say I have a domain example.com . The the root of the web is example.com/public_html .
Do I create the ember project in public_html? “ember new project_name”
And then set the root of the …