Hook
More breakout videos from this creator.
So I typically start off by opening my code editor. Then I code everything for the site and obviously this is the thing that will take up the most of my time. And this is how it's looking right now. This is quite a simple site but you can see it's not bad. But there's one issue. This is only on my local computer. No one can access this website because it's only on my computer, no one else's. So what I do is cancel here and then just put in a couple of commands and then it should be uploaded to a server. Now I'm using an application called Vercel. It's just a way to upload applications but you can use whatever you want. And bam. So now the website is up and running. Anyone can access this and obviously the name is not that good but I'll have to change that but it's up and running for free. So I didn't have to pay anything and it's for the public to see. Yeah, that's how I build sites and upload them.