Deploy Angular project on Netlify.

Manuel Hernández Lemus
2 min readOct 26, 2019

Netlify is a platform where you can build, deploy and host your fron-end.

In this article you will lear how deploy your Angular project in a few steps.

1.- Create an Angular project

ng new angular-netlify

2.- In your Github account create a new repository.

--

--