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)