Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riccardogiorato/template-go-vercel
Template to get started with Go / Golang on Vercel for free!
https://github.com/riccardogiorato/template-go-vercel
go golang golang-examples serverless vercel vercel-serverless
Last synced: about 7 hours ago
JSON representation
Template to get started with Go / Golang on Vercel for free!
- Host: GitHub
- URL: https://github.com/riccardogiorato/template-go-vercel
- Owner: riccardogiorato
- License: mit
- Created: 2021-12-16T06:05:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T21:57:49.000Z (about 1 month ago)
- Last Synced: 2025-01-05T13:05:38.733Z (7 days ago)
- Topics: go, golang, golang-examples, serverless, vercel, vercel-serverless
- Language: Go
- Homepage: https://template-go-api.vercel.app/
- Size: 532 KB
- Stars: 106
- Watchers: 1
- Forks: 49
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# template-go-vercel
[![](/public/cover.jpg)](https://template-go-api.vercel.app/)
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](https://medium.com/geekculture/getting-started-with-go-on-vercel-a6125de4b868?source=friends_link&sk=e6aa8ab4808d6f4f2c9fcadee006940e)
## Credits
[Created by @riccardogiorato](https://github.com/riccardogiorato/template-go-vercel)