Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ramongebben/pr-overview
- Owner: RamonGebben
- License: mit
- Created: 2016-02-01T13:14:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T13:14:57.000Z (almost 9 years ago)
- Last Synced: 2023-08-09T23:13:45.457Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)