Build A Shopify App #1 - App Structure

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

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

  • @charliebla12
    @charliebla12 Год назад +19

    Only decent in depth guide I could find. Don’t know how you don’t have more subscribers! Well done, I’ll be keeping an eye for new videos 👏🏻👏🏻

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

      Thanks for the support! Next video will be out this weekend 🙌

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

    Waiting for all the videos , all i can say is thank you

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

    The only channel that gives you real explanation of everything, keep it up!

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

    This is great. awaiting for the next part.

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

    I am so excited to see further video about shopify app.
    My questions
    1. Which alternate we can use instead of ngrok
    And thanks this lecture gives a lot of sense to me

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

      Shopify recommends using Cloudflare tunnels as an alternative, but there are lots of different options to choose from. You will need to specify a different tunnel url in the terminal when running `npm run dev` though.
      On this shopify quickstart guide, scroll down about halfway down the page and you'll see a tip that talks about it: shopify.dev/apps/getting-started/create

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

    It helps alot to me, very excited to watch and follow up your upcoming videos,
    Please also suggesst any paid cource if you any, i go over the udemy but not find any premium content like you video,
    So it will be also helpfull if you suggest me any course, meanwhile i am following you up!
    Love from Pakistan!

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

      Thanks for the comment! I don't have a paid course and I'm honestly not aware of any that I'd recommend to purchase, I know that the ones I've seen online are usually outdated. I'll be pushing out content as quick as I can though, so if you have any suggestions on what to cover next you can let me know!

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

    You have a very clear way of explaining- keep it up! I am new to app development, but I was wondering if your app will also make changes to the storefront (or is that something entirely different)? I am currently a little stuck on how to do that. Great video!

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

      Hey, thanks for the support! This app won't be making changes to the storefront, it'll only live in the admin. I'll be making some videos in the future on that though!

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

      @@devwithalex Thank you for your answer- I look forward to it! Great job 💫

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

    Keep them coming 🎉!!

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

      Definitely will, thanks for the support!

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

    Well done :) Really great videos. Deserves lots of credit.

  • @עידושמשון-ר7ש
    @עידושמשון-ר7ש 11 месяцев назад

    Great videos!
    do you have Discord community server?

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

    GREAT VIDEO! Super helpful!!!

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

    Amazing! Keep it going man!

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

    *IMPORTANT* - This is NOT the definitive app template and structure for _all_ Shopify apps. Although we’re following an official Shopify template, there are other official ones as well as community-made templates that are great and sometimes are easier to get started with!
    If you want to follow along in this video, you’ll need to make sure you’re using the template generated from the CLI 3 (my previous video goes over this, as well as the Shopify quickstart guide linked in the description)

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

    I'm wondering, are there any kinds of development limitations you run up against, while developing an app for a developer store,, that you would be able to surpass by going ahead and paying for a year of shopify for a real Store, and then publishing your own apps, at the custom level where anything goes ( ? ).
    Just asking.

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

    Keep them coming mate

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

      Absolutely! Thanks for the support 🙏

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

    please make a video on how to access website pages

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

    Please upload video fast as possible waiting to much for next part

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

    please make video for payments ... standalone app .... using graphql

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

      Can you give a little more detail on what you’re wanting to do?

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

    Well done!

  • @AhmedZahid-fq3ky
    @AhmedZahid-fq3ky Год назад

    Will you please continue this series to the end?
    If you have any paid course please share.

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

      I’m continuing this series, will put out part three this week! Don’t have a paid course

  • @Soufiane.2206
    @Soufiane.2206 Год назад

    Hello alex, thanks for you great video i'm starting at shopify app development but i have a hard time to integrate a custom interface in shopify store from my shopify app, so how can i for example modify the design template of shopify store owners who they'll be using my app from the source code of my app NodeJs and React ?

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

      This honestly depends on what you are specifically trying to do, there are different ways to adjust the storefront from your app

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

    How can i setup this code on my server can you please explain

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

    Amazing Man

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

    Hey I want to do same using next js with shopify graphql admin API can you please assist me?

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

      Instead of making embedded one I want to create separate hosted on vercel to make custom dashboard

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

    I run create a app but there're not middleware and helpers files

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

      The new CLI template is structured a bit differently, to follow along with this series you'll have to fork my repo here: github.com/RAAbbott/Build-A-Shopify-App
      But, I'd also recommend going through the "Getting Started" guide for app development on shopify.dev so you can see how the newest template is set up.

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

    Hey can you how can we create a orders create webhook for the new cli app😊

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

      Yes, I'll be doing a video on this soon!

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

    please create a complete app with some little functionality

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

      At the end of this series we’ll have finished a small app together, stay tuned for the next videos coming soon!

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

    Next Part ?

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

    Shopify changed the app structure again LOL

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

      Yep, it changes pretty frequently. I made a more recent part 0 of the series going over this since it will happen again, but the concepts are still very valuable to learn so you can adapt to a different template and even API version

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

      @@devwithalex Even they can't catch up to their changes, half of the getting started example reffering to this structure you use in the video. And I mean the whole documentation is a joke. This guys are so bad that no one can fill their gaps alone.

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

    you need to be more regular.

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

    This is the only video teaches me hoe to understand the app development,
    I request you to create a simple shipify checkout ui extention

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

      I actually have a video building a checkout ui extension, you can check it out here! ruclips.net/video/FDLoz__VKVk/видео.html

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

    Keep them coming 🎉!!