Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishanbajracharya/observable-redux-starter
A starter kit for developing single page applications using react, redux, recompose and redux-observable.
https://github.com/nishanbajracharya/observable-redux-starter
react recompose redux redux-observable rxjs
Last synced: about 12 hours ago
JSON representation
A starter kit for developing single page applications using react, redux, recompose and redux-observable.
- Host: GitHub
- URL: https://github.com/nishanbajracharya/observable-redux-starter
- Owner: nishanbajracharya
- License: mit
- Created: 2017-09-24T04:43:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T09:59:12.000Z (almost 2 years ago)
- Last Synced: 2023-07-31T12:36:38.662Z (over 1 year ago)
- Topics: react, recompose, redux, redux-observable, rxjs
- Language: JavaScript
- Size: 925 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# observable-redux-starter
A starter kit for developing single page applications using react, redux, recompose and redux-observable.Simple starter kit for React-Redux-Observable projects.
Comes with:
- [Redux](https://redux.js.org/)
- [Webpack](https://webpack.js.org/)
- [Redux-Observable](https://redux-observable.js.org/)
- [React Router](https://reacttraining.com/react-router/)
- [Axios](https://github.com/mzabriskie/axios) HTTP Client
- [Hot Module Replacement](https://webpack.js.org/guides/hmr-react/
- [Dotenv](https://www.npmjs.com/package/dotenv) for Environment Configurations
- ES7## Install
Clone the repository and install dependencies using [yarn](http://yarnpkg.com/).
```bash
$ git clone [email protected]:nishanbajracharya/observable-redux-starter.git$ cd
$ yarn
```Start the application in development mode using `yarn start`
## Scripts
The following [commands](package.json) are available:
|Name |Description |
|-----------------|--------------------------------------------------|
|start | Start application using webpack-dev-server |
|lint | Run linter |
|lint:fix | Run linter and try to fix errors |
|build | Development build |
|build:production | Production build |Run a command using `yarn `