The Webflow Custom Code Stack NOBODY is Talking About

Поделиться
HTML-код
  • Опубликовано: 5 июл 2024
  • CodeSandbox was once a tool many Webflowers used to write and host custom code for their websites. They recently changed this and it no longer works.
    Enter PROXYMAN - A great workflow for developing custom code for your Webflow projects.
    Brought to you by FlowSt8.dev - The unlimited Webflow Development Service
    Get started with Webflow NOW! webflow.grsm.io/vju2g2zhpv53
    -
    Buy merch: flowst8.dev/store
    Join the community: / 1737357986903753004
    Support my content: buymeacoffee.com/fakesamgregory
    Learn to become a Full Stack Agency: thefullstackagency.xyz/
    Services I Love
    Domain Names: namecheap.pxf.io/c/3510278/38...
    Hosting: www.hostg.xyz/aff_c?offer_id=...
    Online Storage ($200 credit): m.do.co/c/9beb563908a1
    Online Storage ($100 credit): www.vultr.com/?ref=9381598-8H
    -
    Twitter: @0x5ab5
    -
    --------------------------
    ⏰ Timestamps
    --------------------------
    00:00 - Intro
    00:47 - Existing solution
    01:23 - The way!
    02:08 - Proxyman
    03:50 - A note
    My Gear (affiliate)
    Sony A7 III: amzn.to/427iMbS
    Sony 16-35mm: amzn.to/3Ehfvxi
    VIJIM Video Light: amzn.to/3N0XdFp
    Hollyland Mark M1: amzn.to/3MIZmUW
    Macbook Pro M1 Pro: amzn.to/3oEVbS0
    iPad Pro 2018: amzn.to/3AxJWNN
    Magic Keyboard: amzn.to/421B26P
    Travel Laptop Stand: amzn.to/3MDRx2Q
    Logitech MX Vertical: amzn.to/3oCg1Bz
    My Books
    The Full Stack Agency: thefullstackagency.xyz/books/...
    Lingo: Agile: thefullstackagency.gumroad.co...
    Lingo: Startup: thefullstackagency.gumroad.co...
    #codesandbox #Webflow #proxyman #customcode

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

  • @user-bl8df8fw5j
    @user-bl8df8fw5j 4 месяца назад +1

    This is awesome! Safari always throws an error when I try to load localhost code so this seems like a great solution

  • @MrRipSilver
    @MrRipSilver 4 месяца назад +1

    Thanks for this vid, so cool. But while you're editing you don't have access to internet?

    • @webflowandcode
      @webflowandcode  4 месяца назад

      Sorry maybe I didn’t explain. I can go hours with perfectly fine internet and then it’ll just drop randomly. A quick restart of Proxyman and it’s fine

    • @MrRipSilver
      @MrRipSilver 4 месяца назад +1

      Thanks !! I’ll give it a try 😊

  • @evanjoyal9540
    @evanjoyal9540 4 месяца назад

    For codesandbox its essential for me to use since it has a compiler. I use vue.
    However that workflow does seem quite ingenius. No more updating dev cdns to live etc. Do you know of any way to allow vs code to have a realtime compiler?

    • @webflowandcode
      @webflowandcode  4 месяца назад

      You’d setup a Vue project locally. Webpack IS a compiler. Codesandbox is not doing anything you can’t already do here, it’s just a project stored in the cloud

  • @Saltiola7
    @Saltiola7 4 месяца назад +1

    So the S3 link is not used for other than a placeholder?
    If the code would be in S3 it would need to fetch it every time by the client?
    And if I publish from another computer without having those files locally?

    • @webflowandcode
      @webflowandcode  4 месяца назад

      The S3 is where the production code sits. It’s not a placeholder.
      My method works through GitHub so you should have access to your development code wherever you are working from.

    • @Saltiola7
      @Saltiola7 4 месяца назад +1

      So the local is committed to git and the github is pushed to S3?
      I got confused. Anyways, Im setting this up as soon as I understand it, been waiting for a solution that works without paid 3rd parties..

    • @webflowandcode
      @webflowandcode  4 месяца назад

      You got it. There’s a bit of setup involved but you can play around with it by directly uploading to s3. You might even try Firebase