insomnia/README.md

24 lines
225 B
Markdown
Raw Normal View History

Insomnia REST API Client
========================
2016-03-22 05:05:37 +00:00
2016-04-14 01:08:39 +00:00
The best REST client ever.
Setup
-----
```bash
nvm install
npm install
cd app
npm install
2016-04-14 01:08:39 +00:00
```
Run Electron Development
------------------------
```bash
npm run dev
2016-04-14 01:08:39 +00:00
```