Go to file
Gregory Schier e9d64ebb23 Workspaces (#7)
* Got a hacky workspace implementation running

* Removed some hax with reducer composition

* Moved some more around

* Moved files back out

* Started on entities reducer

* Split up some components

* Moved nested modules back out of workspaces

* Started on new Sidebar tree stuff

* Better store stuff

* Some more tweaks

* Removed workspace update action

* Re-implemented filtering in the Sidbare

* Switch to get the newest response
2016-04-26 00:29:24 -07:00
app Workspaces (#7) 2016-04-26 00:29:24 -07:00
assets Added icon 2016-04-20 22:52:52 -07:00
scripts Merge branch 'master' of github.com:gschier/insomnia 2016-04-22 21:01:28 -07:00
webpack Workspaces (#7) 2016-04-26 00:29:24 -07:00
.babelrc Update webpack and refactor response fetching 2016-04-19 19:14:53 -07:00
.editorconfig Got a pretty good skeleton 2016-03-15 22:49:42 -07:00
.gitignore Merge branch 'master' of github.com:gschier/insomnia 2016-04-22 21:01:28 -07:00
.nvmrc PouchDB up and running POC 2016-04-16 16:24:57 -07:00
.travis.yml Added Travis config (#6) 2016-04-23 00:34:42 -07:00
LICENSE Initial commit 2016-04-22 20:54:26 -07:00
package.json Workspaces (#7) 2016-04-26 00:29:24 -07:00
README.md Update README.md 2016-04-25 10:03:26 -07:00

Insomnia REST API Client

An elegant and simple REST API client.

Insomnia REST Client

Build Status

Setup

nvm install
npm install

cd app && npm install

Run Development

npm run dev