A DDP Client with GUI
*Read this in other languages: Spanish
🚀
Starting Meteorman is The Postman of Meteor. Is a DDP Client with GUI
🎥
Preview
💻
Supported Platforms - macOS
🍎 ✅ - Linux
🐧 ✅ - Windows
✅
💾
Downloads Platform | Arch | Version | Link |
---|---|---|---|
Windows | x64 | 1.1.1 | Download |
Mac | x64 | 1.1.1 | Download |
Linux | x64 | 1.1.1 | Download |
🚀
For Developers 📋
System Requirements - NodeJs Download here
- Yarn Download here
🔧
Installation git is required to run the following console commands:
$ git clone https://github.com/antwaremx/meteorman
📦
Build Setup # install dependencies
$ yarn install / yarn
# serve with hot reload at localhost:9080
$ yarn run dev
# build electron application for production
$ yarn run build
# run unit & end-to-end tests
$ yarn test