*NEW* Getting Started With Shopify App Development - CLI 3 + NodeJS!

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

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

  • @devwithalex
    @devwithalex  Год назад +1

    Make sure to subscribe for more content, I'll be putting out more videos soon on how to build your own app!

  • @NazninRimi
    @NazninRimi Год назад +1

    Great to see you making videos again, Alex. please keep posting videos about Shopify app development.

  • @freddyasencios8643
    @freddyasencios8643 Год назад

    so clear, your sample, thank you

  • @benpaxton5485
    @benpaxton5485 Год назад +1

    Great to see you making videos again, very helpful thanks man

    • @devwithalex
      @devwithalex  Год назад

      Thank you! Excited to be putting out videos again 🙂

  • @aharonshapiro
    @aharonshapiro 10 месяцев назад

    Excellent video Alex.

  • @KaalTechGeeks-b8l
    @KaalTechGeeks-b8l Год назад

    Thanks buddy for the video

  • @tomcoysman
    @tomcoysman Год назад

    Looking forward to the series!

  • @mrmrk4003
    @mrmrk4003 Год назад

    Thanks bro, please keep posting videos ❤️

  • @KumailJawadi
    @KumailJawadi Год назад

    Great video. Clear and straight to the point. Well done!

  • @mitchelldirt
    @mitchelldirt Год назад

    Excited to see more of this series :)

    • @devwithalex
      @devwithalex  Год назад

      Thanks for the support! Excited to be putting out videos again 🙂

  • @kyara6236
    @kyara6236 Год назад

    Great video, Alex! Really helpful 👏

  • @KinnghHeura
    @KinnghHeura Год назад

    Thank you so much for the video, Alex! 🔥

  • @worthyvibes9989
    @worthyvibes9989 Год назад

    veryyyyy good
    next tut waiting for it

  • @mrxxiii1807
    @mrxxiii1807 Год назад

    shopify is recomending the cloudflare insted of ngrock, how to tunnel the development server with cloudflare , without any tunneling it shows as HMAC timestamp is outside of the tolerance range

  • @jonathangardn
    @jonathangardn Год назад

    Big up Alex! 💪🏻

  • @mmirasole
    @mmirasole Год назад

    Really enjoying the content. Can't wait for more. As I'm trying to get a local dev environment setup, I am having issues getting ngrok, VS code and Shopify to play nicely together (mac). Seems there's isn't a lot of content on the web on this topic...at least the part about actually how to setup Shopify store URLs and ngrok including authorizations/keys. Any insight you can provide?

    • @devwithalex
      @devwithalex  Год назад

      What issue are you seeing? `npm run dev` should take care of all the urls, start ngrok, etc.

    • @mmirasole
      @mmirasole Год назад

      @@devwithalex Yes, thanks...that's what I'd have expected. ngrok is working fine with my localhost, just can't seem to get Shopify to recognize ngrok. The run dev preview URL continues to reference cloudflare and despite me manually resetting the app settings in Shopify to the ngrok URL, Shopify reverts back to cloudflare.

  • @michaeljames3912
    @michaeljames3912 Год назад

    Hey mate, I'm glad this video series exists but I'm not sure if I have the skill needed to follow along. I've worked on the front end as a freelancer for half a year now, adjusting Shopify themes, adding custom Javascript and Liquid etc. But I haven't used react or learned any backend coding.
    What are the steps to go from this skill set to developing a Shopify app.
    I'm thinking I ought learn some react and node.js in that order before trying to follow your course.
    Would appreciate your thoughts. I'd love to move towards Shopify app dev.

    • @devwithalex
      @devwithalex  Год назад

      Hey! Yeah, this series is more of a high level walkthrough for people familiar with the tech stack, but I will be making more general programming videos going over React and node later. If you are familiar with JavaScript, then picking up React will be quick as it is just a framework for building more complex solutions using JavaScript. So I’d recommend starting to learn React now. Node is essentially just JavaScript on the server, so you’d just want to learn the basics of express which is a node framework for building servers.
      Again, if you’re familiar with JavaScript then it won’t be too hard to pick up the rest from there. Thanks for watching!

    • @michaeljames3912
      @michaeljames3912 Год назад +1

      @@devwithalex Thanks for your reply So react, node.js and express it is then. I will come back here once I have some grounding in those 👍👌

  • @akshaydeshmukh2986
    @akshaydeshmukh2986 Год назад

    Great Video
    I need to know about access token
    After installing app how to get access token
    It'll be great if you can create video related this also

  • @elizabethcurneal5556
    @elizabethcurneal5556 Год назад

    Good job baby 🥰

  • @pyascrapz7344
    @pyascrapz7344 Год назад

    thanks

  • @himanshu4803
    @himanshu4803 Год назад

    Hi, Please explain setuping shopify app backend along with authentication and how the mandatory webhooks works in the backend. Will be really grateful to you

    • @devwithalex
      @devwithalex  Год назад +1

      Thanks for the request! We'll be building an app together through the next videos and I'll for sure explain all of that, I should get to those topics within a few weeks. Follow along and keep an eye out!

    • @himanshu4803
      @himanshu4803 Год назад +2

      @@devwithalex Thanks a lot. Really excited for the app. Eagerly waiting for the next part of this series.

  • @DhavalPatel-d4o
    @DhavalPatel-d4o Год назад

    Hi How to create a crud operation in the Shopify custom app with a database table connectivity.

  • @insaneclutchesyt948
    @insaneclutchesyt948 Год назад

    now the project structure has completely changed can you make a updated video please

    • @devwithalex
      @devwithalex  Год назад +1

      Yes I’ve got one coming soon!

  • @az3848
    @az3848 Год назад

    Hi Alex how do we clone your Git Repo and create the app sync it? I'm struggling to complete part 2 because I started with the base template but when I copy the code over it won't run or copying select parts indicates there are modules missing

    • @devwithalex
      @devwithalex  Год назад

      You have to make sure to run `npm i` in the project folder. You'll need to run that in the `web` and `frontend` folders as well if you're still getting errors about missing modules

  • @jamesoluwasegun9637
    @jamesoluwasegun9637 Год назад

    Not getting how to connect my app with ngrok

  • @jansu112
    @jansu112 Год назад

    Nice stuff here, but my Windows terminal says there's been an error. It is necessary to install Git, so I did. Even after this, it still shows the same error! What the heck?!

    • @devwithalex
      @devwithalex  Год назад

      What is the error you're seeing?

    • @jansu112
      @jansu112 Год назад

      @@devwithalex Today I tried all again and I guess that it just needed a restart :D
      One thing that was weird was that it didn't ask me for the auth token.

  • @pramodwagh8864
    @pramodwagh8864 Год назад

    Hello RAA,
    I am getting a ngrok not started error with no Url.
    Can you please tell me how to fix it?
    I am using the windows system.

    • @devwithalex
      @devwithalex  Год назад

      Hey Pramod! Did you set your ngrok auth token already? It should have asked you that during the setup process

    • @pramodwagh8864
      @pramodwagh8864 Год назад

      @@devwithalex Yes, I have set up the auth token.

    • @devwithalex
      @devwithalex  Год назад

      Okay, if you want to send me an email alex@devwithalex.com I can help you out better there, with screenshots and such. Or if you are on twitter you can DM me @devwithalex

    • @pramodwagh8864
      @pramodwagh8864 Год назад

      @@devwithalex Thanks. let me DM you in Twitter.

  • @saisaigraph1631
    @saisaigraph1631 Год назад

    Alex could you make a vid Shopify app dev with Python please. There is not much help available.
    Thanks.
    Sai

    • @devwithalex
      @devwithalex  Год назад

      I haven’t built a Shopify app with Python before and I’m focusing on NodeJS for now, so I won’t be making one anytime soon unfortunately!

  • @iliastari
    @iliastari Год назад

    I dont have the map helpers and middleware

    • @devwithalex
      @devwithalex  Год назад

      So the new generated CLI app has a different structure, to follow along exactly like in the video you can fork my repo here: github.com/RAAbbott/Build-A-Shopify-App
      But, I'd recommend using the updated CLI template for any new apps

  • @AkshaySharma-in2yl
    @AkshaySharma-in2yl Год назад

    Hello, i am creating an app with Cli version 3.30.1, i want to make my app non embedded. i already disable embedded app from partners account, also commented out the app bridge code and in shopify.js i have done isEmbeddedApp:false. and getting an error of Session was not valid. please guide me for this

    • @VipinGarg-lm6tl
      @VipinGarg-lm6tl Год назад

      Hey I am getting the same issue brother

    • @devwithalex
      @devwithalex  Год назад +1

      Session handling is different for non-embedded apps, I've only ever done private non-embedded so didn't really have a need to do the whole auth flow there. I will look into this though and make a video going over it in the future!
      In the meantime, take a look through the OAuth related docs since that's what you need to authenticate users for non-embedded apps shopify.dev/apps/auth/oauth

    • @AkshaySharma-in2yl
      @AkshaySharma-in2yl Год назад

      @@devwithalex thnaku for your response i will look forward to it. Also if you can assist me in making post request as it required headers. it would be grateful . thank you so much.

  • @socialdamage
    @socialdamage Год назад

    Now add Webhooks ! Documentation and Reality are far apart right now

    • @devwithalex
      @devwithalex  Год назад +1

      I know they've made some updates recently so the documentation might not be caught up yet or something. I'll be making a video for webhooks for sure though!