Skip to content

prebuilt SSR web app with Firebase functions, hosting, and Svelte Sapper

Notifications You must be signed in to change notification settings

tristolliday/sapper-firebase-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sapper Firebase Demo

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:

  1. Have Firebase functions install globally with npm i -g firebase-tools
  2. Change the project name in .firebaserc to match your own Google Cloud Project
  3. install your functions node packages with cd functions then npm i
  4. build your sapper project with npm run build

you can use npm run dev while you are developing your sapper app without needing to run firebase in the background.

  1. test it locally with firebase serve
  2. deploy with firebase deploy

About

prebuilt SSR web app with Firebase functions, hosting, and Svelte Sapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published