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