5 methods you can use to deploy your web app -Part 5(Netlify)

Raja Raghav
Programming sage

--

Part -1 Here
Part -2 Here

Part-3 Here

Part-4 Here

4. Netlify

Netlify is a modern repository based deployment system. It work in sync with a repository from popular repository hosting sites like Github, Gitlab ,and Bitbucket. It also provides one click HTTPS support for your site and custom domain. But it only works with static sites.

Prerequisites

  • NPM installed.
  • Static Project ready to be deployed.

Install & Configure

  1. Open terminal and type npm install -g netlify-cli
  2. Then type cd ~/static-project-location

Deploy

  1. netlify deploy
  2. Verify/create account in the popup that follows
  3. Type yes for all follow up prompts.
  4. Visit your live site url.

That’s all folks

This one ends the 5 part series of how you can deploy your web-app.

Peace out.

Part -1 Here
Part -2 Here

Part-3 Here

Part-4 Here

Happy Coding

--

--