go-echo-vercel

command module
v0.0.0-...-82e7acf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: MIT Imports: 1 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL