A DDP Client with GUI
Meteorman is The Postman of Meteor. It is a DDP Client with GUI
- macOS 🍎 ✅
- Linux 🐧 ✅
- Windows ✅
Platform | Arch | Version | Link |
---|---|---|---|
Windows | x64 | 2.0.1 | Download |
Mac | x64 | 2.0.1 | Download |
Linux | x64 | 2.0.1 | Download |
- NodeJs Download here
- Yarn Download here
git is required to run the following console commands:
$ git clone https://github.com/antwaremx/meteorman
# 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