Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 896 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 896 Bytes

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 "pnpm install" to install dependencies
  3. Do "pnpm setup" to login and link your Vercel account to this project
  4. Type "pnpm start" or "pnpm 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