Skip to content

Commit

Permalink
[README] add codesandbox demo (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-west authored Apr 27, 2020
1 parent 0f4cd38 commit 65a2cf3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![](https://travis-ci.com/kyle-west/dragon-router.svg?branch=master)](https://travis-ci.com/kyle-west/dragon-router/branches)
[![](https://img.shields.io/npm/v/dragon-router.svg)](https://www.npmjs.com/package/dragon-router)
[![](https://img.shields.io/npm/dt/dragon-router.svg)](https://www.npmjs.com/package/dragon-router)
[![](https://img.shields.io/npm/dw/dragon-router.svg)](https://www.npmjs.com/package/dragon-router)

Dragon Router is an ExpressJS-like client side router built from the ground up
on [debuggability](#debugging) and [simplicity](#derived-subpaths).
Expand All @@ -14,6 +14,10 @@ overwriting the need for a full page refresh on user navigation. Add it to your
npm install --save dragon-router
```

### Try the demo:

[![Edit dragon-router-demo](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/dragon-router-demo-7os1x?fontsize=14&hidenavigation=1&theme=dark)

# Setup and usage

### ES6
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dragon-router",
"version": "1.2.0",
"version": "1.2.1",
"description": "An ExpressJS-like client side router built from the ground up on debuggability and simplicity",
"authors": [
"Kyle West <kyle-west@github.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dragon-router",
"version": "1.2.0",
"version": "1.2.1",
"description": "An ExpressJS-like client side router built from the ground up on debuggability and simplicity",
"author": {
"name": "Kyle West",
Expand Down

0 comments on commit 65a2cf3

Please sign in to comment.