Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ramongebben/pr-overview

An overview of all current open PR
https://github.com/ramongebben/pr-overview

Last synced: about 1 month ago
JSON representation

An overview of all current open PR

Awesome Lists containing this project

README

        

# pr-overview

> Another boilerplate for personal usage

Extend [counter examples](https://github.com/rackt/redux/tree/master/examples/counter) with [react-router](https://github.com/rackt/react-router). And use [chai](https://github.com/chaijs/chai) and [sinon](https://github.com/sinonjs/sinon) instand of [expect](https://github.com/mjackson/expect).

## Start

```sh
$ npm install
$ npm start
```

You can change server port using following command.

```sh
$ PORT=5000 npm start
```

## Testing

```sh
$ npm test
```

note: jsdom >= v4.0 can not work on node 0.x

## License

MIT © [Ramon Gebben](http://pr-overview)