An open API service indexing awesome lists of open source software.

https://github.com/pascalw/pragma-rest-client

Pragma, the pragmatic visual HTTP/REST client
https://github.com/pascalw/pragma-rest-client

Last synced: about 1 month ago
JSON representation

Pragma, the pragmatic visual HTTP/REST client

Awesome Lists containing this project

README

          

# Pragma HTTP/REST GUI client

This is my weekend hack project that I'm using to learn React and related tools.
Hopefully, in the process I can come up with a replacement for the Postman REST client.

![Pragma](./screenshots/Pragma-request.png)

## Getting started

```sh
npm install
```

## Run for development

Run this two commands __simultaneously__ in different console tabs.

```sh
npm run hot-server
npm run start-hot
```

## Package

```sh
npm run package
```

To package apps for all platforms:

```sh
npm run package-all
```