Ask HN: Cheapest/easiest way to host a static site?
31–40 of 507 posts
Re: Ask HN: Cheapest/easiest way to host a static site?
#32GitHub Pages or Netlify for sure. With either of these options, your static site can be set up to deploy whenever there's new commits to the specified branch. Me and a friend mentor for Code Louisville, and we're able to get the beginner frontend students up and running very quickly using these options - they're free and much easier to use.
Re: Ask HN: Cheapest/easiest way to host a static site?
#33Re: Ask HN: Cheapest/easiest way to host a static site?
#34Re: Ask HN: Cheapest/easiest way to host a static site?
#35Re: Ask HN: Cheapest/easiest way to host a static site?
#36Disclaimer: I work at Vercel, happy to answer any questions.
[1]: http://vercel.com/
Re: Ask HN: Cheapest/easiest way to host a static site?
#37https://azure.microsoft.com/en-gb/services/app-service/stati...
Would recommend giving it a bash, or you could deploy it manually with Azure Blob Storage Websites and a simple deployment CI pipeline.
Re: Ask HN: Cheapest/easiest way to host a static site?
#38Re: Ask HN: Cheapest/easiest way to host a static site?
#39GitHub Pages or Netlify for sure. With either of these options, your static site can be set up to deploy whenever there's new commits to the specified branch. Me and a friend mentor for Code Louisville, and we're able to get the beginner frontend students up and running very quickly using these options - they're free and much easier to use.