skip to Main Content

I’ve been trying to deploy my finished angular project to my free panel hosting. I’m a newbie in Angular, and I can only host using Firebase which is quite simple with Angular CLI.

I’d appreciate it if I could get a detailed explanation or a post/blog that explains it in details.

2

Answers


  1. The dist folder will contain static files including an index.html . This is all you need to host your app.

    Login or Signup to reply.
  2. You can deploy to Netlify.
    Find the reference:
    https://scotch.io/tutorials/deploying-an-angular-app-to-netlify

    I have hosted my angular website, you can check:
    https://christian-matrimony.netlify.app/#/home

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search