A Template repo for building Google Cloud Functions with TypeScript, Vite, and Vitest.
- Click "Use this Template" Button in Github
- Clone the repo to your machine
npm run install && npm run devto install dependencies and start a development servernpm run buildto build the function for prod
To deploy, follow the gcloud CLI setup instructions and deploy your build function using the CLI