2020-08-10
2008
#firebase#svelte
Tris Tolliday
23170
Aug 10, 2020 ⋅ 7 min read

Build an SSR web app with Firebase functions, hosting, and Svelte Sapper

Tris Tolliday Creative Technologist at Greenwood Campbell specializing in innovation in the tech industry.

Recent posts:

Nx Adoption Guide: Overview, Examples, And Alternatives

Nx adoption guide: Overview, examples, and alternatives

Let’s explore Nx features, use cases, alternatives, and more to help you assess whether it’s the right tool for your needs.

Andrew Evans
Mar 28, 2024 ⋅ 9 min read
Understanding Security In React Native Applications

Understanding security in React Native applications

Explore the various security threats facing React Native mobile applications and how to mitigate them.

Wisdom Ekpotu
Mar 27, 2024 ⋅ 10 min read
Warp Adoption Guide: Overview, Examples, And Alternatives

warp adoption guide: Overview, examples, and alternatives

The warp web framework for Rust offers many enticing features. Let’s see when and why you should consider using warp in your projects.

Ukeje Goodness
Mar 26, 2024 ⋅ 8 min read
Integrating Next Js And Signalr For Enhanced Real Time Web App Capabilities

Integrating Next.js and SignalR to build real-time web apps

In this tutorial, you’ll learn how to integrate Next.js and SignalR to build an enhanced real-time web application.

Clara Ekekenta
Mar 25, 2024 ⋅ 8 min read
View all posts

9 Replies to "Build an SSR web app with Firebase functions, hosting, and Svelte Sapper"

  1. I had an error when running `npm run dev` after doing all the changes. Console says, “sh: 1: sapper: not found”.

  2. Nvm. All good now. There was just a misplacement of the dependencies when things are being merged. Thanks for this great tutorial! Congrats!

  3. I looked at the logs and I got an error saying the port (8080) was already in use. Has anyone else experienced this?

  4. All files (css,js and images) are serving from firebase function. Is there any way by which these files not served by firebase function?

  5. when i deploy my app i gat this error. Please HELP !! :(((

    Error: ENOENT: no such file or directory, open ‘__sapper__/build/build.json’

Leave a Reply