Categorygithub.com/CunningFatalist/go-echo-vercel
modulepackage
0.0.0-20240423072135-82e7acf98c30
Repository: https://github.com/cunningfatalist/go-echo-vercel.git
Documentation: pkg.go.dev

# 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