Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 441 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 441 Bytes

Cloud Functions Starter

A boiler plate project for Cloud Functions on Node.js runtime with TypeScript.

Usage

Build

$ yarn compile

Start local development server

Run function with functions-framework for development.

$ yarn watch

Test

Run test with jest + supertest + functions-framework.

$ yarn test