Skip to content

Template to get started with Go / Golang on Vercel for free!

License

Notifications You must be signed in to change notification settings

riccardogiorato/template-go-vercel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template-go-vercel

a template to get started with Go / Golang on Vercel!

Serverless Functions running on Vercel: https://template-go-api.vercel.app/

Getting Started

  1. Clone the repository from here: https://github.com/riccardogiorato/template-go-vercel
  2. Do "yarn dev" to install dependencies
  3. Do "yarn setup" to login and link your Vercel account to this project
  4. Type "yarn start" or "yarn vercel dev" to start running your Go serverless functions locally!

Article

You can find a written version here: medium.com/geekculture/getting-started-with-go-on-vercel-a6125de4b868

Credits

Created by @riccardogiorato