mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
Try out the examples!
This commit is contained in:
parent
8965c20d08
commit
bb908503fc
12
README.md
12
README.md
@ -58,10 +58,16 @@ console.log('Server running at http://127.0.0.1:1337/');
|
||||
|
||||
Fire up your browser and hit that URL - you'll see your data, plus some gun specific metadata.
|
||||
|
||||
Try out the [examples](http://gunjs.herokuapp.com/) or run them yourself with the following command,
|
||||
and then visit [http://localhost:8080](http://localhost:8080).
|
||||
## Examples
|
||||
|
||||
`git clone http://github.com/amark/gun && cd gun/examples && npm install && node express.js 8080`
|
||||
Try out some online [examples](http://gunjs.herokuapp.com/) or run them yourself with the following command:
|
||||
|
||||
```bash
|
||||
git clone http://github.com/amark/gun
|
||||
cd gun/examples && npm install
|
||||
node express.js 8080
|
||||
```
|
||||
Then visit [http://localhost:8080](http://localhost:8080) in your browser.
|
||||
|
||||
|
||||
## API
|
||||
|
Loading…
x
Reference in New Issue
Block a user