Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Commit

Permalink
added Run_the_example section in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos Kampitakis committed Sep 23, 2015
1 parent c961157 commit 5cca56e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ React.render(
Make sure to include `json-inspector.css` in your stylesheet. Feel free to
override or amend default styles, for instance, when using a dark background.

### Run the example

```bash
npm install -g browserify watchify
```

```bash
cd /path/to/project
npm install
npm run watch
```

Then, visit http://localhost/path/to/project/example

### Properties

#### props.data
Expand Down

0 comments on commit 5cca56e

Please sign in to comment.