DEV Community

Cover image for How easy to deploy your app on vercel
Dezina
Dezina

Posted on

How easy to deploy your app on vercel

Deploying app to vercel

  1. Login to vercel by git account signup
  2. Go to https://vercel.com/dashboard
  3. Click on Create new project button on top right
  4. Import git repository, (where you have to push your code excluding the node_modules folder)
  5. After importing the git repo of your application, click on Import
  6. Next click on Deploy. (Note – It will take few minutes)
  7. Once deployed, click on the app image on left side to view
  8. To edit the domain, click on domains & edit your domain
  9. Thankyou & enjoy

Top comments (0)