Meteor Desktop
aka Meteor Electron Desktop Client
Build desktop apps with Meteor & Electron. Full integration with hot code push implementation.
cd /your/meteor/app
npm install --save-dev meteor-desktop
meteor-desktop
What is this?
This is a complete implementation of integration between Meteor
and Electron
. To make it clear from the start, this is a desktop client - it is just like your mobile clients - but for desktops. It also features a full hot code push implementation - which means you
Prerequisites
- Meteor >=
1.3.3
(works with >= 1.2
but without full build automation)