- Home
- From my desk
- Setup and deploy a Next React App using Vercel
There are a number of ways to deploy a modern front-end web application, but my favorite by far is by using Vercel. Vercel has an incredibly easy user interface to quickly add complex build process to a project with just a simple click.
With Vercel you get:
- Automatic Deployments to Production
- Automatic deployments for feature work
- Testing
- Linting
- Performance Optimizations
- Checkly Integration
It doesn't just support React and Next JS. We can deploy a wide variety of applications types. The only downside is that it's deployed on a serverless architecture, which has its limitations. Even so, I haven't really ran into anything that it couldn't do for a typical front-end web application.
I made a walkthrough video that shows how to deploy your web application using Vercel in under five minutes!
Check it out. Link the to code:
https://github.com/rardoz/example-app
https://github.com/rardoz/example-app
Last updated: Â 12/21/2024 @ 08:07 PM