App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
I read through the documentation but am very confused. I am learning shopify app development and trying to figure out if I build a custom app where is it hosted? Do I need to host it on my server? I know the app has to be installed through some sort of a link right?
Any pointers will be greatly appreciated.
Thanks
Solved! Go to the solution
This is an accepted solution.
Yes, your app will need to be hosted. AWS, Heroku... you need an environment to run your application.
To get started these are my best picks:
https://shopify.dev/tutorials/build-a-shopify-app-with-node-and-react
https://shopify.github.io/shopify-app-cli/
In development, you do not need hosting, Ngrock helps you create a localhost server.
This is an accepted solution.
Yes, your app will need to be hosted. AWS, Heroku... you need an environment to run your application.
To get started these are my best picks:
https://shopify.dev/tutorials/build-a-shopify-app-with-node-and-react
https://shopify.github.io/shopify-app-cli/
In development, you do not need hosting, Ngrock helps you create a localhost server.
Hi, I'm new to Shopify development. I would like to ask you some questions if you don't mind. I am a newbie and currently looking into hosting my app.
Do I also need a custom domain to host the front-end seperately, or both the front-end and backend into just 1 heroku server?
Obviously they're hosted on your store's server, which is why apps always degrade the loading speed of shops. It just makes no sense to me why users have to rely on apps which then ruin the loading speed.