Step-by-step
Okay this will be a fast step-by-step tutorial showing how to automate a React app deploy using Vercel.
Repository
So first of all, get a repository for the app in GitHub, or, if you already have one, you can use it too.
App
If you already have your app ready to go, go to the next step and if you don’t, well… what are you waiting for??? Go on, create it!
Vercel
Now register yourself in Vercel and import your GitHub project there.
- You may permit Vercel to access this repository, but be careful, in the first time Vercel will ask if it can access all repositories in your account, I’ve chosen to free access only specifics repos, but this is your decision;
- After that you click on install, and wait for the build;
- When it’s all done, you don’t need to get back to Vercel all the time that you want to make an update, you just need to push your code and it will make all again automatically;