Skip to content

Commit

Permalink
update "Example" section
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Paloskin authored Mar 13, 2017
1 parent 3c6da10 commit b325520
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,19 @@ micro index.js

### See in action

Clone this repo and run `npm start`
Clone this repo

Install dependencies
```bash
npm install
```

Build project
```bash
npm run build
```

Run `npm start`

Make POST request
```bash
Expand Down

0 comments on commit b325520

Please sign in to comment.