sapper-firebase-material-template

Sapper Firebase Material Template

This is a skeleton application that can serve as a foundation for making a Sapper web application with FIrebase and Material UI components.

Sapper Firebase Material Template

What is this repository?

This repository is a skeleton application for making web applications using Svelte, Sapper, Sapper Template, Firebase, and Svelte Material UI.

This skeleton was originally based off of the Sapper Rollup Template.

Compare this repo against the Sapper Rollup Template to see the exact modifications that were made.

This repo combines a good deal of work done by other people to figure out individually how to add Firebase and Material design into Svelte and Sapper. Thank you for your work!

Login and Registration

This repository does have login and registration support implemented to a basic degree using Google Firebase and Firebase UI.

Why this repository?

Firebase and Material UI take a bit of work to integrate into Sapper and Svelte. This repository is boilerplate code that should enable development using these tools easily and quickly. All of the minimum dependencies and requirements to use the libraries should be already included.

How to use this repository?

Clone the repository, run npm install and put your Google Firebase configuration information into the template.html file in the top level of the src folder.

After the repository is setup, follow the normal development workflows outlined by Sapper, Firebase, and Svelte Material UI.

Top categories

Loading Svelte Themes