How to host an angularjs app in domain

前端 未结 4 1711
无人及你
无人及你 2021-01-31 02:07

Currently Learning to create a simple AngularJs App.

This is my first MVC app, so my questions may be very basic.

  1. I understand that we require nodejs t

4条回答
  •  感动是毒
    2021-01-31 02:35

    If you're deploying a client-side only Angular application (ie. you don't have custom server code), then you might want to check out Firebase Hosting. It's specifically designed for hosting client-side applications that use Angular, Ember, React, etc.

    Firebase's Hosting will let you deploy from command line without managing your own servers (no NodeJS), and it handles SSL, CDN, and other best practices for you.

    (Disclaimer: I work for Firebase)

提交回复
热议问题