How to Deploy a React App to Vercel in 120 seconds

In this video I will show you how to build and deploy a production ready React application into Vercel. I used the React Three Fiber project we built together in the Character Configurator tutorial.

Importing our project into Vercel will automatically enable CICD on it, which means every time we update the code, the build will be run and if it works, the new version would be released.

All you need is a GitHub or GitLab project and a Vercel account