I have created an ionic app and want to deploy it as a website. What\'s the best way to deploy it on a custom domain? I was thinking of using azure web app to host the ionic
Check my answer ionic: using the framework with only HTML5 on the idea of using it as a web application.
You could deploy it as static website on s3 and use your custom domain to point to s3. You can configure your s3 bucket to be used as a static website host. There are many tutorials on how to go about it.