Build traditional web apps using NodeJS and MySQL with Webflow as the frontend!

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 10

  • @ryan-from-verow
    @ryan-from-verow 2 месяца назад +1

    More of this type of content!

    • @ruari-mcn-fs
      @ruari-mcn-fs 2 месяца назад

      Sure! Anything in particular? A more in-depth tutorial that goes into detail on how to do this perhaps?

  • @fathom5209
    @fathom5209 2 месяца назад +2

    Interesting. The component I am most curious about is the Webflow export to VSCode and how to handle updates. We have started working with Astro and this is our current roadblock

    • @yash7630
      @yash7630 2 месяца назад

      You can create a python script which listen to webflow webhook "site publish" and do the updating ;)

    • @ruari-mcn-fs
      @ruari-mcn-fs 2 месяца назад

      Currently we export the Webflow site and upload this to VSCode every time we make an update in Webflow. We're setting up Git to handle version control but will still have to export Webflow when we make changes there. I may explore using DevLink next!

    • @fathom5209
      @fathom5209 2 месяца назад

      @@ruari-mcn-fs Cool. It's the version control in Git I am most interested in how to manage. We've used dev link a bit but don't see it as an option for this use case. The HTML does not get exported so you still face the same manual export and version control problem.

  • @yash7630
    @yash7630 2 месяца назад

    I see hono I say "W" 🎉 . Next time add bun haha

  • @HalZeitlin
    @HalZeitlin 2 месяца назад

    Was it worth it?

    • @yash7630
      @yash7630 2 месяца назад +1

      It's probably just what their client wanted. Even with the usual JavaScript frameworks, you'd still have to code the HTML and CSS for the existing site. Seems like they just hooked up a new CMS here. I do stuff like this for my own projects to save money, but it's not really "worth it" for client work unless they specifically need it like in their case with client's own server.

    • @ruari-mcn-fs
      @ruari-mcn-fs 2 месяца назад

      @@yash7630 Exactly! Our client wanted to use Webflow but due to GDPR wouldn't use Webflow Hosting or any US-based hosting provider.