Skip to content

pascalw/pragma-rest-client

Repository files navigation

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

Getting started

npm install

Run for development

Run this two commands simultaneously in different console tabs.

npm run hot-server
npm run start-hot

Package

npm run package

To package apps for all platforms:

npm run package-all