mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
26 lines
422 B
Markdown
26 lines
422 B
Markdown
Insomnia REST API Client
|
|
========================
|
|
|
|
An elegant and simple REST API client.
|
|
|
|
![Insomnia REST Client](http://i.imgur.com/kG0Tn6K.png)
|
|
|
|
[![Build Status](https://travis-ci.com/gschier/insomnia.svg?token=qztnkRav22GdUcB3yE2m&branch=master)](https://travis-ci.com/gschier/insomnia)
|
|
|
|
Setup
|
|
-----
|
|
|
|
```bash
|
|
nvm install
|
|
npm install
|
|
|
|
cd app && npm install
|
|
```
|
|
|
|
Run Development
|
|
---------------
|
|
|
|
```bash
|
|
npm run dev
|
|
```
|