使用 Namecheap 域名在 Namecheap 上托管 Angular 8 应用程序的步骤是什么?

What are the steps to host Angular 8 app on Namecheap with a Namecheap domain name?

我到处都想找到一个像样的答案,但无济于事!我已经完成了目前在 GitLab 中的 angular 应用程序!我在 Namecheap.com 上有一个域 xyz.com,现在我想弄清楚并了解如何将我的应用程序部署到该域名。非常感谢您的意见!没有后台,全是前端!

要部署任何应用程序,您需要先 have/buy 托管。然后您可以将您的应用程序上传到托管和 link 托管到您的域。您可以选择任何托管服务提供商,例如 Digital Ocean、Dream Host、Godady 等。您也可以在 Namecheap 上这样做 https://www.namecheap.com/hosting/

在 Namecheap 上托管有多种选择(与您的任务相关):

这里是关于如何使用 namecheap 域名将您的应用程序上传到共享主机的分步说明 https://www.namecheap.com/hosting/how-to-set-up-hosting-account/

对于专用和 VPS 托管,您需要先配置它。

如果您没有后端,我建议您使用 AWS S3 存储桶作为服务器。它超级容易配置,非常便宜(它可能有资格获得第一年的免费层——需要检查)。这里是 an instruction on how to upload your built app to S3 bucket and make it available as a website. Once you deployed it will be availble via some service address. To link your domain name this S3 bucket use a CloudFront service. Instruction is here.