DEV Community

smm7530
smm7530

Posted on

Vercel

What is Vercel?

Vercel is an excellent platform for frontend frameworks, combining development when focus on end-user performances. It can collect all the needed code into a single file, making developers easier to track errors and make changes to make maintenance easier. Each time we created a Vercel business site, it's developed instantly. In this case, we have excess to it all the time. Vercel helps us work easier and efficiently and it doesn't cost money!

Get start

  1. Create a Vercel account
  2. Fork this repo and clone it.
  3. Create a new .env file and add the content:

Image description

  1. In the Vercel application, you need to import your repo

Image description

  1. When you configure your project, type dist in the output directory.

Image description

  1. When you done, you can see the Vercel site and when you click it, it directly takes you to the website.

Image description

11ty

Compared with CI/CD pipeline approaches, Vercel is so quick and convenient. I was able to develop a 11y website so easy with just installed Vercel in the repo with code npm i -g vercel and add this project to Vercel. Hello-world-11ty website.

Image description

My Vercel GitHub link

Top comments (0)