https://github.com/jhen0409/react-boilerplate
A react boilerplate with redux / redux-observalbe for personal usage
https://github.com/jhen0409/react-boilerplate
Last synced: 6 months ago
JSON representation
A react boilerplate with redux / redux-observalbe for personal usage
- Host: GitHub
- URL: https://github.com/jhen0409/react-boilerplate
- Owner: jhen0409
- License: mit
- Created: 2016-07-28T01:37:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T10:56:24.000Z (almost 9 years ago)
- Last Synced: 2025-02-12T10:24:30.316Z (8 months ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React boilerplate
[](https://travis-ci.org/jhen0409/react-boilerplate)
[](https://david-dm.org/jhen0409/react-boilerplate)
[](https://david-dm.org/jhen0409/react-boilerplate?type=dev)> A react boilerplate with [redux](https://github.com/reactjs/redux) / [redux-observalbe](https://github.com/redux-observable/redux-observable) for personal usage
## Installation
```bash
$ npm i
```__*Note:*__ requires a node@^6.
## Development
```bash
$ PORT=3000 npm start
```## Production
```bash
$ npm run build
```## Test
```bash
# Lint
$ npm run lint# Test actions, reducers, epics
$ npm test
# Watch file changes
$ npm test -- --watch# E2E test
$ npm run build
$ npm run test-e2e
```## License
[MIT](LICENSE.md)