Cursor AI For Beginners: Your First Project

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 62

  • @Corbin_Brown
    @Corbin_Brown  2 หลายเดือนก่อน +2

    For a step-by-step beginner's guide on setting up Cursor AI and launching a live, searchable website-perfect for those who've NEVER coded before-check out my 30-minute tutorial:
    th-cam.com/video/2WnxKCFAXAM/w-d-xo.html

  • @lukemelas
    @lukemelas 3 หลายเดือนก่อน +26

    Hi, Luke from Cursor here. Thanks for the content, man! And to everyone new, welcome to Cursor!

    • @ngurahlinggih1062
      @ngurahlinggih1062 3 หลายเดือนก่อน +1

      Loving Cursor man. It gaves me superpower in 1 day!

  • @cosmeticsurgeonuk
    @cosmeticsurgeonuk 7 วันที่ผ่านมา +1

    Brilliant Corbin, love your teaching style!

  • @peak.y
    @peak.y หลายเดือนก่อน +8

    these commands are not working in my computer. it says to install a lot of another thing and in complex way. If you say this is for person who has no experience in coding then you should first teach how to really activate these commands and start from basics

  • @EasyAINow
    @EasyAINow 2 หลายเดือนก่อน +2

    Most "beginner" videos don't really speak to beginners, but you'd laid it out well and easy to follow. Very good content!

  • @vanditjain
    @vanditjain 3 หลายเดือนก่อน

    DUDE I JUST CREATED AN ENTIRE GAME USING CURSOR AND I JUST SAW YOUR VIDEO YESTERDAY. ITS CRAZY. I WANT TO SHOW IT TO YOU

  • @multosakalye
    @multosakalye 3 หลายเดือนก่อน +4

    You're doing the community a solid, broski. Thanks for the insightful and concise content. 🙏

  • @FinanceLogic
    @FinanceLogic 23 วันที่ผ่านมา +1

    Get this man some cornbeef hash. Thanks Corbin.

  • @hedgeghogcn
    @hedgeghogcn 3 หลายเดือนก่อน +7

    Fresh install of cursor, etc. Never coded before.
    Roughly 4:15 in, you say to do this: "npx create-react-app ." in the terminal. (Side note, is the period a typo or required?)
    Which results in this error:
    npx create-react-app .
    npx : The term 'npx' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of
    the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + npx create-react-app .
    + ~~~
    + CategoryInfo : ObjectNotFound: (npx:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    • @hedgeghogcn
      @hedgeghogcn 3 หลายเดือนก่อน +2

      Asking chatGPT confirmed it's because I did not have Node.js installed.

    • @Corbin_Brown
      @Corbin_Brown  3 หลายเดือนก่อน +3

      Thanks for the follow-up comment; this will definitely help other viewers. From the comments I have received, I plan on making another video showcasing this process from start to finish as if one had never coded before!

    • @tuaitituaiti1565
      @tuaitituaiti1565 3 หลายเดือนก่อน

      Yip help me get better understanding thank you.

    • @mbrink816
      @mbrink816 3 หลายเดือนก่อน +1

      @@Corbin_Brown can you briefly respond here how to address this? I received the same.

    • @mattk2531
      @mattk2531 2 หลายเดือนก่อน

      @@Corbin_Brown one would have thought what that is what this video is :) Too many people aren't coming at this from someone that hasn't coded before!

  • @cosmos625
    @cosmos625 หลายเดือนก่อน +1

    Just a heads up, users will run into permission problems during all of this. Have to sudo the commands or change folder permissions.

    • @frewinchristopher
      @frewinchristopher หลายเดือนก่อน

      sudo is typically a bad idea / not necessary for 3rd party software... look into nvm for a good manager of npm / nvm

  • @vanditjain
    @vanditjain 3 หลายเดือนก่อน

    This was awesome. Thank you so much. I have never coded in my life, but when LEARN REACT showed up in my browser, it was magical and empowering. Please, we need more videos.

    • @Corbin_Brown
      @Corbin_Brown  3 หลายเดือนก่อน +1

      I am creating a HUGE in-depth video soon here on Cursor AI and everything a beginner needs to know! Thank you for the feedback 😀

    • @vanditjain
      @vanditjain 3 หลายเดือนก่อน

      @@Corbin_Brown I just deployed my first landing page using your video 😄
      You should create a cursor community man where all of us can showcase our work and take feedback from each other

  • @aikonmishima7945
    @aikonmishima7945 3 หลายเดือนก่อน +2

    First. Haven’t even watched it all and already know it’s gonna be awesome.

  • @ddwinhzy
    @ddwinhzy 3 หลายเดือนก่อน +1

    I really like the style of your videos. Come on, I will always support you.

    • @Corbin_Brown
      @Corbin_Brown  3 หลายเดือนก่อน

      I appreciate that!

  • @eugens07
    @eugens07 21 ชั่วโมงที่ผ่านมา

    ”The term 'npx' is not recognized as the name of a cmdlet, function, script file, or operable progra
    m. Check the spelling of the name, or if a path was included, verify that the path is correct and try aga
    in.” ???

  • @califormoi
    @califormoi 2 หลายเดือนก่อน +1

    Corbin do I need to do that for every single project that I work on? Thanks for this that helped me so much!

    • @Corbin_Brown
      @Corbin_Brown  2 หลายเดือนก่อน +1

      Thanks! Yes, each project will need its own directory.

    • @califormoi
      @califormoi 2 หลายเดือนก่อน

      @@Corbin_Brown copy. Thank you ton you’re awesome. Love your video format. Witty. Silly. Highly informative. Extremely clear. And entertaining. Keep it up

  • @atrailerinthewoods
    @atrailerinthewoods 3 หลายเดือนก่อน +1

    In the terminal where you create the download for the npx create react app.. how did you get it to skip a line.. if you're trying to show beginners how to use a program you should probably tell them every key you press as you do it.. I press enter and it automatically only spaces one line

    • @Corbin_Brown
      @Corbin_Brown  3 หลายเดือนก่อน +3

      Thank you for the feedback. I have definitely seen the demand in my comment section to make a version of this video that is extremely simple and step-by-step, so I will create it!

  • @proflead
    @proflead 2 หลายเดือนก่อน

    Thanks Corbin! :) Another great video!

  • @Sam-ed7jz
    @Sam-ed7jz 2 หลายเดือนก่อน

    Wow what a time to be alive

  • @ThorinTheGrey
    @ThorinTheGrey 3 หลายเดือนก่อน

    This is so helpful, thanks. You just earned a sub my friend!

  • @niconley
    @niconley 2 หลายเดือนก่อน +1

    As a true beginer (never coded in my life) this is awesome. Appreciate you man!
    Side note, what do you use to do the green screen effect over your computer screen?

    • @Corbin_Brown
      @Corbin_Brown  2 หลายเดือนก่อน +1

      Thanks, and I use OBS!

    • @niconley
      @niconley 2 หลายเดือนก่อน

      @@Corbin_Brown thank you!

  • @Wlidzz
    @Wlidzz 3 หลายเดือนก่อน

    when im using the code npx create-react-app its giving me this error npx: The term 'npx' is not recognized as a name of a cmdlet, function, script file, or executable program.
    Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    i checked the npm verion and install java but still giving the error

  • @armedefferson5125
    @armedefferson5125 2 หลายเดือนก่อน

    can i use a windows keyboard? i dont have the cmd key

  • @cameron.stewart
    @cameron.stewart 3 หลายเดือนก่อน +1

    I learnt how to get rid of cursor tutorial. Not really beginner What is react, what if I cannot see the terminal part, what if the npm commands don't work, do I need to install something first after installing cursor? Luckily you can ask the ai to fix it for you, but I think many would give up just getting started.

    • @Corbin_Brown
      @Corbin_Brown  3 หลายเดือนก่อน

      Thanks for the suggestions! I’ll definitely create another video on this topic and break everything down in the simplest way possible.

  • @LanceWinder
    @LanceWinder 3 หลายเดือนก่อน +1

    Every time I watch a step by step:
    1.... Okay... got it.
    2.... Yeah... Yeah....
    3... PC Load Letter? What TF does that mean? Or in this case: npx : The term 'npx' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + npx create-react-app
    + ~~~
    + CategoryInfo : ObjectNotFound: (npx:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    • @Corbin_Brown
      @Corbin_Brown  3 หลายเดือนก่อน +3

      This is due to Node.js not being installed -- I plan on making another video that shows this process from start to finish and simplifies it as much as possible!

    • @LanceWinder
      @LanceWinder 3 หลายเดือนก่อน

      @@Corbin_Brown Thanks man! Not complaining; I do IT and know you can’t account for what didn’t error on your machine. Thanks again.

    • @Sam-ed7jz
      @Sam-ed7jz 2 หลายเดือนก่อน +1

      Is your name really Michael Bolton?

  • @cdmmarketingltd9507
    @cdmmarketingltd9507 3 หลายเดือนก่อน +2

    When is the next video in this series dude?

    • @Corbin_Brown
      @Corbin_Brown  3 หลายเดือนก่อน +1

      New video everyday 🤝

  • @RedDogByrd
    @RedDogByrd 2 หลายเดือนก่อน +2

    Hey Corbin, I'm 81 years old so I'm not as sharp as I used to be. Anyway I kind of bump around like a blind dog in a meat store. To help me out try talking at a normal rate. Bottom line you're a very smart young man with a bright future ahead God bless.

    • @codyy.2243
      @codyy.2243 2 หลายเดือนก่อน +1

      Hey RedDog in youtube you can play at .75x speed to slow down the speed :)

  • @DUSTINANGELETTI-c4w
    @DUSTINANGELETTI-c4w 2 หลายเดือนก่อน

    Isn't there laws that robots can't build robots? Isn't that basically what going on here?

  • @isaacnaweed144
    @isaacnaweed144 3 หลายเดือนก่อน +3

    Hey... npx create-react-app . does not work for me.

  • @RanHab
    @RanHab 3 หลายเดือนก่อน

    guys i'm just starting out as an AI enthusiast,
    would love your feedback as i make similar stuff

  • @DUSTINANGELETTI-c4w
    @DUSTINANGELETTI-c4w 2 หลายเดือนก่อน

    I dont believe your a real developer based on how you feel the need to keep clarifying that you develop, you're a developer, and you don't just use AI.

  • @leopoldomolina1763
    @leopoldomolina1763 3 หลายเดือนก่อน +2

    Came to the comments to read if anybody else noticed that you talk like Trump hehe. Thank you for the video BTW.

  • @science_mbg
    @science_mbg 3 หลายเดือนก่อน

    I cannot see any cursor promth or production of anything. woow what a waste!

  • @heavygeevr
    @heavygeevr 29 วันที่ผ่านมา

    If at all possible... remove "Go ahead" from your vocabulary. We know we need to go ahead, it's implicit. The alternative is to... stop? It's an unfortunate youtube trope, join me in fighting the good fight against "going ahead".