Ask HN: What are the best ways to build a single-page site?
10 comments
If looking for static site (single page or not), Hugo (https://gohugo.io) + Netlify.com work great!
I was able to easily churn out a single-page "for rent" site using the Hugo Creative theme[0].
[0]: https://github.com/digitalcraftsman/hugo-creative-theme
I was able to easily churn out a single-page "for rent" site using the Hugo Creative theme[0].
[0]: https://github.com/digitalcraftsman/hugo-creative-theme
<html></html> and perhaps netlify.com? I found it super simple to deploy a static jekyll blog site with them.
I can recommend you https://carrd.co
I love using netlify with a React or Vue app
With or without HTML skills? Im no expert but knocking up a Bootstrap page in notepad++ is easy
I'm using html and surge.sh. It's been great. Deployment is a breeze with their CLI.
Is it static or a web app?
If it doesn't require complicated functionality just use Wix.
And if you can avoid bringing in JavaScript frameworks or what not, well all the better there. Making a fast site seems to have become a lost art nowadays, in part due to all the people just bringing in dozens or hundreds of libraries for the simplest possible things.
If you want something more complex? Then look into a framework like React or Vue, or maybe a very basic CMS.