At 5:38 , for those that are not on Linux or Mac to run that command. Make sure you have "Git bash", then go to your app folder, right click on it, and select "Git Bash Here". Run the command shown in video "touch Procfile" and then you can return to the instructions in the video.
I have searched the entire internet to solve my deployment errors but in vein and you just did it in 8 minutes, my problem was just with the PORT. Thank you so much
Best video on free web hosting for node. Thank you very much. Now I will be able to showcase portfolio and make fun stuff to get to know things arround
Damn Amazing stuff. I was surfing through internet for the last 2 hours and then a suggestion came up of this video and this made my work so easy and had done the deployment under 10 minutes! Thanks Jonny... :)
Thank you Johnny! Your tutorial aided me being able to complete the next step in getting my node.js app to work on heroku and that was by adding the procfile and updating the existing port variable.
Thank you for this video, it helped me a lot. The Procfile didn't work, but I put this at the end of the package.json and then the app worked on heroku: "scripts": {"start": "node index.js" }
Very Helpful Video even 2 years later. One thing I noticed is that I didn't need a Procfile. I think it might be because I have my start script listed in the start section of my package.json file
Jonny, thanks for this! I got it working. Might you make a follow up video to take this a little farther into something that might be more useful on a website?
A complete deployment video that's under 10 minutes? Not sure what's better, the application or the teacher. Thanks for the video man.
I completely agree.
4 years later and I just wanted to thank you. I made it to the blank screen on my own but the procfile part helped me get the rest of the way.
I'm not a programmer, and I swear this was one of THE most helpful tutorials I've ever watched.
Thank you for this Jonny!
Jonny, you win. Everything you did was correct (the first time), your explanation was clear, and IT WORKED. Great Job.
At 5:38 , for those that are not on Linux or Mac to run that command. Make sure you have "Git bash", then go to your app folder, right click on it, and select "Git Bash Here". Run the command shown in video "touch Procfile" and then you can return to the instructions in the video.
Documentation was superb Heroku is always telling you what to do next, and instructor show it very clearly
nice job!
0:52 seconds in and already giving it a thumbs up. Exactly what I was looking for!
YOU SAVED ME 2 DAYS !
Yes, I was struggling with the docs for this specific thing for 2 days but this video solved it in 3 mins.
Thanks a ton man !
I have searched the entire internet to solve my deployment errors but in vein and you just did it in 8 minutes, my problem was just with the PORT. Thank you so much
I struggled for ages to deploy my first app. The procfile saved me. Thank you so much!
Love from India!
So happy to hear that Sanjam - Congratulations!
you have 404 comments lol....I appreciate your clear, calm, and concise explanation. Very helpful. Subscribing now!
Simple, clear, from A to Z, thank you. It's actually the only video that helped me and I've been looking for 30 minutes
Yo nothing can be straight forward and simple than this. Thanx man
This video has saved me two times now from endless debugging. Thank you soooooo much!! Keep it up, mate
2 years later and it still works! Thanks so much for the great tutorial!
Best video on free web hosting for node. Thank you very much. Now I will be able to showcase portfolio and make fun stuff to get to know things arround
Thank you man, I mean this is just simple, a step-by-step walk-through better than any documentation out there!
I cannot thank you enough! nothing can be as simple and as straight forward than this tutorial THANK YOU!
Damn Amazing stuff. I was surfing through internet for the last 2 hours and then a suggestion came up of this video and this made my work so easy and had done the deployment under 10 minutes! Thanks Jonny... :)
Thank youu so much!
Procfile or in package.json put "scripts":{"start":"node name_of_starting_script.js"}
what is starting_script isn't in root directory but in a subfolder ?
Man, u are a lifesaver! I made a small mistake by declaring PORT=3000 and my app was not working. After editing it, now its working fine
man -you saved my life - i starting learning heroku like..yesterday so your example was great- thanks a lot - from a developer from Brazil o/
Thank you! My teacher Johnny S. send me this and it helped me launch my first application for my class!
Using Coronavirus downtime to build a node js app. Thanks for this tutorial. Short, sweet and to the point. Very helpful :)
Thanks, dude, the Heroku documentation is great, but still, seeing someone explain it step by step is just way better!
Thank you SO much. The procfile saved me, ages I’ve been looking what I’ve been doing wrong but didn’t know quite what to search for. Thank you!!
Thank you very much for the video! I was struggling over this for the last 2 days and the video solved my problem instantly.
An excellent introduction to the deployment of a Node.js Application to Heroku. Thank you.
{2021-11-16}
Thank you so much! I was having a mental breakdown with this... :D
Using this in 2020 and heroku knows everything!! Deployed and worked perfectly without creating any Procfile.Good times to be a developer I guess.
Thanks man 😀, first time using Heroku , i tried deploying through GitHub, and forgot to add the Procfile 😂, you really helped man👍
You make it look easy! I’m new to Heroku! This is helpful!
Thanks for the video! Because of you I just did my first nodejs server deploy on heroku.
Hey Jonny, this video is amazing!!! I was getting headache but you have saved my day!!!!!
Awesome Johnny love your video! straight to the point clear, clean and lean, bring some more !
Had to deploy an API server for a hiring challenge. Best 8 minutes of time spent.
thanks jonny. i was searching this for two days.you saved lot of time of mine
Great thanks for the video!! I was struggling for an hour and was unaware of the port issue. This was very helpful :)
great video, thanks sharing the information on how to deploy a Heroku App.
Thank you Johnny! Your tutorial aided me being able to complete the next step in getting my node.js app to work on heroku and that was by adding the procfile and updating the existing port variable.
Dude you're back, we need more stuff from you ;)
Alireza Keshanian Good to know :) What kinds of tutorials are you interested in? What would you like to learn more about or get better at?
You are great brother was having a tough time since morning with this thing..... You just made my day
Very simple, helpful and incredible. Appreciate. You are the one in millions.
Thank you Jonny from the past!
Thanks for the video man. Lots of Love from Nepal....
The best tutorial I needed. Keep up the good work. 👍
Your video helped me to deploy my first app! Thank you so much!
I was expecting deploying an app from heroku to at least take a few hours or a day. Under 10 minutes, to the point, solid tutorial.
Great video. No fluff, straight to the point. Thank you!
Thank you Jonny, that's what I was waiting for!!!!
Thank you for this video, it helped me a lot.
The Procfile didn't work, but I put this at the end of the package.json and then the app worked on heroku:
"scripts": {"start": "node index.js" }
Very nice Jonny. Excellent presentation!
Very Helpful Video even 2 years later. One thing I noticed is that I didn't need a Procfile. I think it might be because I have my start script listed in the start section of my package.json file
Thank you so much, you are amazing, as someone was saying in the comments below, this video was really concise, just what every developer needs
That was an awesome video! To the point, with just the necessary information to get started. Love it, keep it up!!!!
Wow!!!!! well explained thank you. hoping for more videos
cheers for the great tutorial. This is about the right pacing for me and you're a good teacher.
Thanks Craig I appreciate it!
I was reading docs and it was difficult to understand. Thank you for making that easy.
I hate devops from the bottom of my heart, but this video helped a lot.
It still works as of today. Thank you for the video.
Thanks man super helpful. Glad to see a brother on here for once too 👍🏾
You're the best nigga programmer I've ever seen! Thanks a lot.
Loved the simple and concise tutorial, thanks a lot bro
Really nice way of explaining things. it was very helpfull. thank you
Thanks man...It helped me alot....Finally I have succesfully deployed my App on heroku.
Thanks Mr Jonny!! Very helpful . You save me !!
Thank you for your time!! Great contribution!
Hello from Argentina!!!
thanks man you really did help me a lot to deploy my first website !! cheers
Thank you so much for this incredible video, I finally put online my first Node app.
Thank you! This was easier than expected. Very nice tutorial
Excellente video Jonny !
Thank you very much man , I was stuck at the Application Error for 5 days because I didn't add Procfile.
Very nice explaination, thank you so much.
Great video! Very direct and straight to the point walk through
Thanks man, the info about port saved me
Thank you my friend. Your video helped me a lot of. I press like button.
ur a great teacher keep going my friend
Thanks brotha! Very helpful, was able to use the procfile and worked perfectly!
Jonny, thanks for this! I got it working. Might you make a follow up video to take this a little farther into something that might be more useful on a website?
Thank you for a great video Jonny. Indeed useful for a first-timer.
Thanks very much, my site was successfully deployed.
Best tutorial I've ever seen :)
Awesome I follow a lot of Devs and your clarity in teaching is great, show do a Udemy course !!
Really clear and easy guide, it helped me in my course project.
Thank you so much!
Really nice job! I like your setup a lot too. Keep up the good work.
Obrigado!!! Nao estava conseguindo e graças a voce consegui hospedar meu site
thanks a lot johnny, i was stuck on this for the past 2 hours
Thanks Jonny, excellent video!
"send messages to myself" finally someone will text me back
really great you made it much easier,very good job
Very very helpful video, keep it up!!!! Thanks a lot
What a great tutorial! Thanks man!
Best video of all time.
Thanks for the video, exactly what I needed, short and to the point
Great tutorial in few minute
best tutorial by far, thanks for sharing!
Well done. Great job. Working as of 14th of February 2020.
for vids like these i use second acc to give it extra like.
Thanks man!
Thank You!My app is now running.