Skip to content

πŸš€ A Firebase Cloud Functions + TypeScript boilerplate project to get you up and running very, very quickly πŸš€

Notifications You must be signed in to change notification settings

andreaslydemann/firebase-functions-graphql-ts-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Firebase Cloud Functions GraphQL Starter

This boilerplate project is super helpful to kick-start your next project, as it provides a lot of the common tools you may reach for, all ready to go. Specifically:

  • Node
  • Express
  • GraphQL
  • TypeScript
  • Prettier

πŸš€ Getting Started

1. Clone and Install

# Clone the repo
git clone https://github.com/andreaslydemann/firebase-functions-graphql-ts-starter.git

# Install dependencies
yarn

2. Deploy functions

# Deploy all functions
yarn run deploy

# Deploy specific functions
yarn run deploy --only functions:function1,function2

If there's any other ideas presented in this repo, that you think worth mentioning - feel free open a pull request

About

πŸš€ A Firebase Cloud Functions + TypeScript boilerplate project to get you up and running very, very quickly πŸš€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published