Gregory Schier 75fbf60274 A bunch more smaller things for v5 (#124)
* Use Curl constants for info

* Extra timeline info and cookie url encoding setting

* Add warning to environment selector

* Title attribute on the autocomplete types

* Added test
2017-03-29 16:09:28 -07:00
2017-03-07 16:45:18 -08:00
2017-03-16 10:51:56 -07:00
2017-03-02 17:44:07 -08:00
2016-03-15 22:49:42 -07:00
2017-03-07 21:52:17 -08:00
2017-03-16 10:51:56 -07:00
2017-03-16 10:51:56 -07:00
2017-03-16 10:51:56 -07:00
2016-04-22 20:54:26 -07:00
2017-03-28 15:45:23 -07:00
2017-02-15 12:45:05 -08:00

Insomnia REST Client Build Status Build status

Insomnia is a cross-platform REST client, built on top of Electron.

Insomnia REST Client Screenshot

Setup

# Install and use correct Node version
nvm install

# Install dependencies
npm install

Run Development

When you run the development environment, it will start both a dev server and an Electron instance. The dev server is part of Webpack and is used to control hot module replacement of UI components. This means that, if you change a component file, you will not need to refresh the app to see the change. It will inject the new component immediately.

npm run dev

Build to Folder

Build all assets into ./build/

npm run build
Description
No description provided
Readme Apache-2.0 220 MiB
Languages
TypeScript 57%
JavaScript 41.7%
CSS 0.9%
MDX 0.2%
C++ 0.1%