You've done some great projects but don't know how to host/deploy them for free
Image by macrovector on Freepik |
There is a website that allows you to deploy your web-apps into the web for free. Name of the website is Vercel. To deploy the website in Vercel you need an account on github.
Step 1: Create an account on Github.
Step 2: Create a repository and upload all the files in it.
Step 3: Create account on Vercel using the Continue with GitHub option.
Step 4: After that you'll be redirected to the dashboard page. Under overview tab click on the Add New option in the right side of the screen, then click project option.
Step 5: All your repositories will be on the left side of the screen. Click on Import option on your desired repository.
Step 6: This will ask for some configuration, check carefully and click on deploy option.
Step 7: It'll take some time and congratulations! your project is finally live now. Click continue to dashboard option in the right side of the page.
Step 8: Here you'll find every information regarding your project deployments. Under the domains section you'll find the link of your deployed project.