Ask HN: How do you create the website for your product?
1 points| highhedgehog | 6 years ago | reply
AirBnB is not just a static website for which you could use some sort of CMS and or Wordpress kind of thing: it's a highly dynamic service, lots of API calls etc.
Do you build it by hand? Do you pick some front-end framework such as react.js/angular.js/vue.js, and some backend framework (nodejs+express, django, whatever..) and do everything by hand? Or is there something out there that I don't know about?
[+] [-] anthonygore|6 years ago|reply
[+] [-] thedevindevops|6 years ago|reply
Basically yes but generally you try to do as little as possible by hand by leveraging the framework features and usually what frameworks everyone in your company are familiar with.