# README
Deploying a Go Echo application to Vercel
This is a simple example on how to deploy a Go Echo application to Vercel.
Why? Other examples on GitHub don't solve the problem of serving static assets, this one does.
I tried to keep it as simple as possible, as I don't want to force Docker or Make files on you.
Prerequisites
Steps
1. Test your application locally
go run main.go
2. Deploy to Vercel
vercel
# or if you want to deploy to production
vercel --prod
3. Access your application
Just open the URL provided by Vercel after the deployment.
Additional Resources
# Packages
No description provided by the author