Package a Meteor project and make it autonomous locally (with server)

Is it possible somehow to package a project and launch it locally with a desktop shortcut ?
So an end user could install it without to worry about launching the server first, etc…
Is it possible to use https://electronjs.org/ or something like that ?

1 Like

Yes, you’re probably looking for this: https://www.npmjs.com/package/meteor-desktop

That still requires a Meteor server to run right ?

It depends on whether you’re app will work “offline” or not. I’m not sure whether there exists anything that will automatically bundle the client AND server code into an electron app