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
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... :)
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 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.
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!
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.
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.
0:52 seconds in and already giving it a thumbs up. Exactly what I was looking for!
2 years later and it still works! Thanks so much for the great tutorial!
Yo nothing can be straight forward and simple than this. Thanx man
Jonny, you win. Everything you did was correct (the first time), your explanation was clear, and IT WORKED. Great Job.
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 !
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 ?
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!
Documentation was superb Heroku is always telling you what to do next, and instructor show it very clearly
nice job!
This video has saved me two times now from endless debugging. Thank you soooooo much!! Keep it up, mate
Using this in 2020 and heroku knows everything!! Deployed and worked perfectly without creating any Procfile.Good times to be a developer I guess.
"send messages to myself" finally someone will text me back
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
Thanks man 😀, first time using Heroku , i tried deploying through GitHub, and forgot to add the Procfile 😂, you really helped man👍
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
Thanks, dude, the Heroku documentation is great, but still, seeing someone explain it step by step is just way better!
Thank you man, I mean this is just simple, a step-by-step walk-through better than any documentation out there!
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 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!!
I cannot thank you enough! nothing can be as simple and as straight forward than this tutorial THANK YOU!
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/
Love from India!
So happy to hear that Sanjam - Congratulations!
Thank you so much! I was having a mental breakdown with this... :D
Had to deploy an API server for a hiring challenge. Best 8 minutes of time spent.
you have 404 comments lol....I appreciate your clear, calm, and concise explanation. Very helpful. Subscribing now!
Using Coronavirus downtime to build a node js app. Thanks for this tutorial. Short, sweet and to the point. Very helpful :)
Thank you! My teacher Johnny S. send me this and it helped me launch my first application for my class!
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.
An excellent introduction to the deployment of a Node.js Application to Heroku. Thank you.
{2021-11-16}
Hey Jonny, this video is amazing!!! I was getting headache but you have saved my day!!!!!
great video, thanks sharing the information on how to deploy a Heroku App.
Thank you very much for the video! I was struggling over this for the last 2 days and the video solved my problem instantly.
You make it look easy! I’m new to Heroku! This is helpful!
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
I was reading docs and it was difficult to understand. Thank you for making that easy.
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.
You're the best nigga programmer I've ever seen! Thanks a lot.
I hate devops from the bottom of my heart, but this video helped a lot.
Thanks for the video! Because of you I just did my first nodejs server deploy on heroku.
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?
Awesome Johnny love your video! straight to the point clear, clean and lean, bring some more !
thanks jonny. i was searching this for two days.you saved lot of time of mine
Great video. No fluff, straight to the point. Thank you!
Thank you Jonny, that's what I was waiting for!!!!
Great thanks for the video!! I was struggling for an hour and was unaware of the port issue. This was very helpful :)
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" }
Thank you Jonny from the past!
Loved the simple and concise tutorial, thanks a lot bro
Very simple, helpful and incredible. Appreciate. You are the one in millions.
Very nice Jonny. Excellent presentation!
cheers for the great tutorial. This is about the right pacing for me and you're a good teacher.
Thanks Craig I appreciate it!
The best tutorial I needed. Keep up the good work. 👍
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
You are great brother was having a tough time since morning with this thing..... You just made my day
Your video helped me to deploy my first app! Thank you so much!
Thanks man super helpful. Glad to see a brother on here for once too 👍🏾
Thanks for the video man. Lots of Love from Nepal....
It still works as of today. Thank you for the video.
Thank you very much man , I was stuck at the Application Error for 5 days because I didn't add Procfile.
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
Thanks man...It helped me alot....Finally I have succesfully deployed my App on heroku.
Thank You!My app is now running.
Thank you for your time!! Great contribution!
Hello from Argentina!!!
Thanks man, the info about port saved me
Thanks Mr Jonny!! Very helpful . You save me !!
ur a great teacher keep going my friend
Great tutorial in few minute
Excellente video Jonny !
Thank you! This was easier than expected. Very nice tutorial
Really nice job! I like your setup a lot too. Keep up the good work.
Awesome I follow a lot of Devs and your clarity in teaching is great, show do a Udemy course !!
Great video! Very direct and straight to the point walk through
Thank you for a great video Jonny. Indeed useful for a first-timer.
Thanks Jonny, excellent video!
thanks a lot johnny, i was stuck on this for the past 2 hours
Thanks brotha! Very helpful, was able to use the procfile and worked perfectly!
Very nice explaination, thank you so much.
Thanks very much, my site was successfully deployed.
Thank you so much for this incredible video, I finally put online my first Node app.
Thanks for the video, exactly what I needed, short and to the point
Really nice way of explaining things. it was very helpfull. thank you
What a great tutorial! Thanks man!
Really clear and easy guide, it helped me in my course project.
Thank you so much!
got my heroku server running, thanks
thanks man you really did help me a lot to deploy my first website !! cheers
Best video of all time.
that Procfile solve my problem..thank u soo much
The best explanation
Best tutorial I've ever seen :)
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?
best tutorial by far, thanks for sharing!
for vids like these i use second acc to give it extra like.
Thanks man!
Well done. Great job. Working as of 14th of February 2020.
Really good explanation. Appreciate it.