简体   繁体   English

我可以在MacOs服务器中托管我的angular6 Web应用程序吗?

[英]Can I host my angular6 web app in MacOs server?

I am newly to host the web application to server. 我是新来将Web应用程序托管到服务器。 Now I am using macOS Sierra Version 10.12.3. 现在我正在使用macOS Sierra版本10.12.3。 I developed angular6 web application. 我开发了angular6 Web应用程序。 Can I setup my desktop as macOS server and host my angular web application? 我可以将桌面设置为macOS服务器并托管我的角度Web应用程序吗?

Yes, you can, and not only on the Local Area Network, but on the Wide Area Network. 是的,您不仅可以在局域网上,而且可以在广域网上。 And if you buy a domain name you can attach this name to your server. 而且,如果您购买域名,则可以将此名称附加到服务器上。 At the end of the day after you executed 'ng build --prod --aot', everything will be compiled to plain Javascripts just like any other websites regardless of any JS frameworks. 在执行完“ ng build --prod --aot”之后,无论其他JS框架如何,所有内容都将像其他网站一样被编译为纯Javascript。 Just try to look up on google about hosting a website on MacOS server. 只需尝试查找有关在MacOS服务器上托管网站的Google。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我是否需要在节点服务器上托管我的角度应用程序 - Do i need to host my angular app with a node server 我可以使用 Netlify 为我的 node.js 后端托管我的 React Web 应用和 Heroku 吗? - Can I use Netlify to host my React web app and Heroku for my node.js backend? 使用nodejs为我的角应用程序的Web服务器 - web server using nodejs for my angular app 无法将我的 nodejs 服务器与我的 angular 应用程序链接 - can not link my nodejs server with my angular app Vuejs 前端 Web 应用程序如何与我的服务器位于同一主机/域中? - How a Vuejs front-end web app lives in the same host/domain as my server does? 我该如何使用我的主机(作为梦的常规主机)作为节点服务器? - How can I use my host, a regular dream host acct as a node server? 如何在同一主机上运行Angular 2客户端应用程序和节点服务器应用程序 - How to run Angular 2 client app and Node server app on the same host 如何使用Maven启动Angular 5 Web应用程序? - How can I launch my Angular 5 web application with maven? 我刚刚在运行Ubuntu的新服务器上运行了新的node.js / express应用,如何查看我的Web应用? - I have just run my new node.js/express app on a new server which runs Ubuntu, how can i see my web app? 将Angular2 App的必要依赖项上传到Web主机 - Uploading necessary dependencies for Angular2 App into a web host
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM