This repository is companion code to Build an SSR web app with Firebase functions, hosting, and Svelte Sapper
To get this up and running for your own firebase project, make sure you do the following:
npm i -g firebase-tools
.firebaserc
to match your own Google Cloud Projectcd functions
then npm i
npm run build
you can use
npm run dev
while you are developing your sapper app without needing to run firebase in the background.
firebase serve
firebase deploy