insomnia/README.md

26 lines
395 B
Markdown
Raw Normal View History

Insomnia REST API Client
========================
2016-03-22 05:05:37 +00:00
2016-04-23 07:25:25 +00:00
An elegant and simple REST API client.
2016-04-14 01:08:39 +00:00
2016-04-23 04:06:31 +00:00
![Insomnia REST Client](http://i.imgur.com/kG0Tn6K.png)
2016-04-23 07:33:37 +00:00
[![Build Status](https://travis-ci.org/gschier/insomnia.svg?branch=master)](https://travis-ci.org/gschier/insomnia)
2016-04-14 01:08:39 +00:00
Setup
-----
```bash
nvm install
npm install
2016-04-23 07:25:25 +00:00
cd app && npm install
2016-04-14 01:08:39 +00:00
```
2016-04-23 07:25:25 +00:00
Run Development
---------------
2016-04-14 01:08:39 +00:00
```bash
npm run dev
2016-04-14 01:08:39 +00:00
```