Skip to content

keenjoe007/firebase-ts-next-express-template

Repository files navigation

Set up:

Set up firebase:

  • install Firebase Tools: npm i -g firebase-tools
  • install yarn: npm i -g yarn
  • create a project through the firebase web console
  • grab the projects ID from the web consoles URL: https://console.firebase.google.com/project/
  • update the .firebaserc default project ID to the newly created project
  • login to the Firebase CLI tool with firebase login

Install project:

yarn

Run Firebase locally for testing:

yarn serve

Deploy it to the cloud with Firebase:

yarn deploy

Clean dist folder

yarn clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published