Skip to content

Latest commit

 

History

History
83 lines (57 loc) · 2.39 KB

README.es.md

File metadata and controls

83 lines (57 loc) · 2.39 KB

meteorman

Cliente DDP con interfaz gráfica de usuario.

forthebadge forthebadge forthebadge forthebadge

*Read this in other languages: English

Empezando 🚀

Meteorman es el Postman de Meteor. Es un Cliente DDP con interfaz gráfica de usuario.

Demostración 🎥

Plataformas Soportadas 💻

  • macOS 🍎 ✅
  • Linux 🐧 ✅
  • Windows ✅

Descargas 💾

Plataforma Arquitectura Version Enlace
Windows x64 1.0.0 Download.
Mac x64 1.0.0 Download
Linux x64 1.0.0 Download

Para desarrolladores 🚀

Requerimientos del sistema 📋

Instalación 🔧

Se requiere [git] (https://git-scm.com/) para ejecutar los siguientes comandos en consola:

$ git clone https://github.com/antwaremx/meteorman

Compilación 📦

# 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


powered