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