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
- Host: GitHub
- URL: https://github.com/pascalw/pragma-rest-client
- Owner: pascalw
- License: mpl-2.0
- Created: 2015-12-21T19:46:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T10:06:27.000Z (over 9 years ago)
- Last Synced: 2025-01-13T15:35:21.663Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 784 KB
- Stars: 18
- Watchers: 2
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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
```