When hosting an Angular website online, you’ve got the option to choose between many available platforms.

One of these that you might use for free is Netlify.

it’s possible for you to then host this website using Netlify.

A GitHub repository page showing a list of files from React’s source code

If you are not familiar with GitHub, it might be useful to understand some ofGitHub’s basic featuresfirst.

Netlify will then use thedistfolder of your Angular project to publish the built version of your code.

you could set up automatic deployments to certain branches of a GitHub repository.

Our business website Angular app in Chrome

This way, you’re free to automate and streamline the deployment of your website.

But Netlify isn’t the only way you could deploy an Angular app online.

you could also use other platforms such as GitHub Pages.

gitignore file open in Visual Code

Create new repository button on GitHub

Create new GitHub repo details

Git bash init repo commands

GitHub push to remote repo commands

Remote repository page for website on GitHub

Welcome to Netlify page in browser

Import existing project on Netlify

Import Git repo and other options on Netlify

Configure Netlify on GitHub button

Install Netlify for GitHub page

List of existing GitHub repositories that you can host

Site settings and deployment on Netlify

dist folder on GitHub repository site

Site details page on Netlify

Site details page on Netlify

Website hosted on Netlify in browser