How to Deploy a React App to Heroku

Поділитися
Вставка

КОМЕНТАРІ • 16

  • @tonytony-fc6gq
    @tonytony-fc6gq 2 роки тому +2

    THANK YOU!! I have been trying for 5 days to host multipage react app online watched hundreds of videos, no solution for netlify, gh-pages, THIS VIDEO WORK LIKE A CHARM my app was on the internet in less than 15minutes TAHNK YOU!!!!

  • @gabrieledid9568
    @gabrieledid9568 11 місяців тому +3

    Quick question, to make changes show in my page do I need to commit changes on github? Or with the line "git push heroku main"?

  • @fa741156
    @fa741156 2 роки тому +1

    Really like your tutorial, simple and easy, thanks!

  • @qwertkeyyt1633
    @qwertkeyyt1633 3 роки тому +1

    Wow vary helpful arpan sir

  • @kennyaga3859
    @kennyaga3859 4 місяці тому

    Thanks Nice tutorial. You didn't talk about Procfile and Buildpack configurations

    • @ArpanNeupaneProductions
      @ArpanNeupaneProductions  4 місяці тому +1

      Thanks for the feedback! While I appreciate your concern, this video was dedicated to simpler React apps where there is not as much of an issue with packages and other configurations. Thank you for pointing it out, though!

  • @AlEgorova
    @AlEgorova 2 роки тому

    Cool learning! But I didn't get why we downloaded heroku CLI? )))

    • @ArpanNeupaneProductions
      @ArpanNeupaneProductions  2 роки тому +1

      We downloaded it because we need to run Heroku commands and those commands require the Heroku CLI to run.

    • @AlEgorova
      @AlEgorova 2 роки тому

      @@ArpanNeupaneProductions Actually I downloaded 64-bit installer... but I didn't installed it. And I deployed my app without any problem...

    • @ArpanNeupaneProductions
      @ArpanNeupaneProductions  2 роки тому +1

      @@AlEgorova If you download the 64-bit installer and go through all the steps when using it, the CLI will be installed which is why you didn’t have a problem with deploying :)

    • @AlEgorova
      @AlEgorova 2 роки тому

      @@ArpanNeupaneProductions ok, got it. Thanks :-)

    • @ArpanNeupaneProductions
      @ArpanNeupaneProductions  2 роки тому

      @@AlEgorova Of course!

  • @unknownstranger8915
    @unknownstranger8915 2 місяці тому

    is this free or you need to pay?