mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
22 lines
196 B
Markdown
22 lines
196 B
Markdown
Insomnia REST Client
|
|
====================
|
|
|
|
The best REST client ever.
|
|
|
|
|
|
Setup
|
|
-----
|
|
|
|
```bash
|
|
nvm install
|
|
npm install
|
|
```
|
|
|
|
Run Electron Development
|
|
------------------------
|
|
|
|
```bash
|
|
npm watch
|
|
```
|
|
|