Go to file
Gregory Schier 10182b4940 Cleanup
2016-04-22 21:13:05 -07:00
app Cleanup 2016-04-22 21:13:05 -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 Smaller build 2016-04-20 22:47:03 -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
LICENSE Initial commit 2016-04-22 20:54:26 -07:00
package.json Smaller build 2016-04-20 22:47:03 -07:00
README.md Merge branch 'master' of github.com:gschier/insomnia 2016-04-22 21:01:28 -07:00

Insomnia REST API Client

The best REST client ever.

Setup

nvm install
npm install

cd app
npm install

Run Electron Development

npm run dev