DEV Community

Franck Abgrall
Franck Abgrall

Posted on

A full-stack solution for fast PWA development !

bento-starter

Hi πŸ‘‹,

If you’re interested in building Progressive Web Apps, I would like to share an open source project we've been working on for few months : bento-starter

🍱bento-starter is an Open-Source Full-Stack solution that helps you to build fast and maintainable web applications using tools like Vue.js, Firebase, Progressive Web Apps support, dynamic offline support...

The goal of this project is to provide a powerful and well configured stack (with CI/CD, hosting...) so you can focus on writing your web application very quickly.

As this project is a template project and not a CLI, you have access to the entire app configuration so you can change it according to your needs.

If you interested, fell free to take a look !

πŸ‘‰ Github https://github.com/kefranabg/bento-starter
β€¨πŸ‘‰ Doc https://bento-starter.netlify.com/

Please tweet me if you have questions ! @FranckAbgrall

Hope it will help !

Oldest comments (9)

Collapse
 
a_mature_dev profile image
a_mature_dev

Wow. This is cool. Thanks. Will play around with this.

Collapse
 
basicbrogrammer profile image
Jeremy Ward πŸ˜ŽπŸ€“

How is this full stack? What's the back end?

Collapse
 
kefranabg profile image
Franck Abgrall

It is full-stack thanks to firebase. Check this article for more details :) It explains the bento-starter stack ;)

Collapse
 
basicbrogrammer profile image
Jeremy Ward πŸ˜ŽπŸ€“

Nice thanks for the article

Collapse
 
kefranabg profile image
Franck Abgrall

If you want the why and how of this stack, check out this article ! 🍱

Collapse
 
coddie profile image
Ian Coldwell

Hey Franck,
Thank you so much for this starter project, I am a complete VueJS noobie ! Can you explain how to add another collection, I have tried to follow your logic, but can't quite see how the connection to the firestore db collection is made.
Many thanks in advance for your help.

Collapse
 
kefranabg profile image
Franck Abgrall

Hi Ian,

Thanks for your interest !
Just added a section How to add a new firestore collection with bento-starter ? in the documentation !

If you think something is missing in the documentation or have feature request, feel free to open an issue on github ;)

You can also join the bento-starter slack if you want to chat with us !

We'd love to get some feedback on bento-starter

Collapse
 
camillo777 profile image
camillo777

Cool project!
What can you say about Apple iOS compatibility for PWA apps?

Collapse
 
kefranabg profile image
Franck Abgrall

This is still not perfect ;) But every IOS new versions implements better supports for PWA.