This is a repository template to host static html/css webpages on https://vercel.app
Jump to:
Start by cloning this repo (or use as a template)
Go to https://vercel.com and login with your github account
Create a new project and import from github
Select your github repo and press import
Under project settings you need to customize your build settings
Build command: npm run start
Install command: npm install
After you have setup build setting press deploy and vercel should deploy the project by itself
If you have setup everything correctly you should see a page looking somewhat like this:
You should get a domain from vercel. Mine became: https://vercel-html-hosting-template.vercel.app/
After setting up your deployment, you can add you own html/css/javascript files in the public folder on github. And Vercel should deploy the changes automatically