Skip to content

๐Ÿ”– Starter kit for Google Cloud Functions using TypeScript

License

Notifications You must be signed in to change notification settings

will-ks/cloud-functions-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ”– Starter kit for Google Cloud Functions using TypeScript.

โœ… Run functions locally (functions framework)

โœ… Live reloading (nodemon)

โœ… TypeScript ESLint

โœ… Prettier

Requirements
Setup

Edit config in package.json

  "config": {
    "project": "projectName", // Your Google Cloud project
    "function": "helloWorld" // Name of function
  },
Usage

For a live reloading local dev server, run

yarn start

To deploy, run

yarn deploy

About

๐Ÿ”– Starter kit for Google Cloud Functions using TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published