/angular-deploynetlify

Netlify is a platform where you can build, deploy and host your fron-end. You will lear how deploy your Angular project in a few steps.

Primary LanguageHTML

Alt text

Deploy Angular project on Netlify.

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

Run ng new angular-netlify for create angular project.

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

Alt text

3.- Connect and send your local project with your remote repository.

Connect git remote add origin https://github.com/lemmusm/angular-deploynetlify.git

Send git push -u origin master

Alt text

4.- In Netlify login with your Github account, create new site and connect to repository created.

Alt text

Alt text

Alt text

5.- Build options and deploy.

Alt text

Alt text

Alt text

TEST RESULT!

Now, when you do push to Github repository, Netlify automatically deployment your project.

That is it, easy and simple.