Where i can host angular projects for free?

Hey I am new to node and angular . The first thing came to my mind is hosting my projects . as I am familiar how to host php projects in 000Webhost free.
i am finding same way for angular projects please suggest me the right way of doing it

You can use firebase for angular app, awesome :smiley:

1 Like

Try Firebase free hosting. Since you must be making REST calls to another server which is fine via AJAX. So, picking up a free hosting solution must be the cheapest option.

Also, Since Firebase is backed by Google, so no doubt, the user experience of hosting apps on firebase works like charm. But the ones, i have hosted, i got

“<app-name>.firebaseapp.com” like URL. I don’t know if you can choose the complete URL of your choice.

1 Like