Hello everyone ๐,
This is my first post on Dev.to
. I would like to share a Firebase + Stencil boilerplate.
I was searching for a good boilerplate to start with Firebase
and Stencil
but did not find any. So I thought to create my own one.
Git Hub repo link Stencil Firebase
In this boilerplate i tried to demonstrate how we can
- Configure Firebase in stencil web application
- Configure Stencil Store
- Configure Stencil Router
- Protecting routes
- Implement Login/Register/Update Profile/Logout
- Organised configuration in stencil application
Styling ๐
For styling i have used scss
, however i focus more on features than styling.
Folder Structure ๐๏ธ
โโโโassets
โ โโโโicon
โ โโโโscss
โโโโcomponents
โ โโโโapp-flash-message
โ โโโโapp-home
โ โโโโapp-root
โ โโโโauth
โ โ โโโโlogin
โ โ โโโโprofile
โ โ โโโโregister
โ โโโโcommon
โ โโโโpage
โ โโโโhome
โโโโconfig
โโโโglobal
โโโโinterface
โโโโservices
โโโโstore
โโโโutil
Please feel free to use it and feedback are always welcome.
Contributing ๐
- Pull requests and ๐ stars are always welcome.
- For changes, please open an issue first to discuss what you would like to change.
Contact ๐ฉ
๐ง ranjeetsingh.bnl@gmail.com
๐ฆ Twitter @ranjeetsingh_bl
๐ผ Linkedin @ranjeetsinghbnl
Top comments (0)