Cliente DDP con interfaz gráfica de usuario.
*Read this in other languages: English
Meteorman es el Postman de Meteor. Es un Cliente DDP con interfaz gráfica de usuario.
- macOS 🍎 ✅
- Linux 🐧 ✅
- Windows ✅
Plataforma | Arquitectura | Version | Enlace |
---|---|---|---|
Windows | x64 | 1.0.0 | Download. |
Mac | x64 | 1.0.0 | Download |
Linux | x64 | 1.0.0 | Download |
- NodeJs Descargar aquí
- Yarn Descargar aquí
Se requiere [git] (https://git-scm.com/) para ejecutar los siguientes comandos en consola:
$ git clone https://github.com/antwaremx/meteorman
# install dependencies
$ yarn install / yarn
# Server con recarga automatica en localhost:9080
$ yarn run dev
# Compilar aplicacion en electron para production
$ yarn run build
# Ejecutar unit & end-to-end tests
$ yarn test