Electron Setup with mern stack #163404
Replies: 2 comments
-
|
Building Electron apps with a bundled backend is totally doable! 1. Starter Template:
2. Best Practices:
3. Offline Support / Local Database:
Has anyone done this? |
Beta Was this translation helpful? Give feedback.
-
|
Hey there! 👋 Thanks for posting in the GitHub Community, @kamran-Gul77 ! We're happy you're here. You are more likely to get a useful response if you are posting in the applicable category. The Accessibility category is a place for our community to discuss and provide feedback on the digital accessibility of GitHub products. Digital accessibility means that GitHub tools, and technologies, are designed and developed so that people with disabilities can use them. We’ve moved your post to our Programming Help 🧑💻 category, which is more appropriate for this type of discussion. Please review our guidelines about the Programming Help category for more information. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
GitHub Feature Area
Actions
Body
Hi everyone!
I’m a web developer with experience in React.js, Next.js, Redux Toolkit, Node.js/Express, MongoDB, and PostgreSQL. I’m now looking to build a cross-platform desktop application using Electron.js as the desktop wrapper.
✅ Stack I Want to Use:
Frontend: React.js or Next.js with Redux Toolkit
Backend (optional): Express.js with PostgreSQL or MongoDB
Desktop Environment: Electron.js
Key Requirement: Should work offline, so local backend/database handling is ideal
I’d really appreciate it if anyone could:
Share a working starter template or boilerplate project that combines Electron + React + Express
Offer guidance on best practices for setting up this stack
Suggest how to manage offline support (like bundling the backend and database with the app, or using something like SQLite/local Mongo/PostgreSQL)
Has anyone already done something like this? Any help, example repos, or advice would be super appreciated!
Thanks in advance 🙌
Beta Was this translation helpful? Give feedback.
All reactions