# routeful
route + full


## featured

- [visionmedia/page.js: Micro client-side router inspired by the Express router](https://github.com/visionmedia/page.js)
  + 一番参考になる. 唯一 web 対応してる
- [pillarjs/router: Simple middleware-style router](https://github.com/pillarjs/router)
  + express にも使われている
- [pillarjs/path-to-regexp: Express-style path to regexp](https://github.com/pillarjs/path-to-regexp)
  + routing のコアとなる機能
- [route/index.js at master · riot/route](https://github.com/riot/route/blob/master/lib/index.js)
  + riot の router, page.js をかなり参考にしてるっぽい

## build

```
$ webpack
```

## watch & build

```
$ webpack --watch
```


## server

```
$ npm install -g serve
$ serve -p 4000
```
