Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morzhanov/react-redux-boilerplate
React Redux Boilerplate will help you to start a new web project from scratch using React and Redux libraries.
https://github.com/morzhanov/react-redux-boilerplate
axios babel babel7 classnames enzyme eslint jest prettier react react-router react-router-v4 reactjs redux redux-actions redux-observable reselect rxjs stylus webpack webpack4
Last synced: 5 days ago
JSON representation
React Redux Boilerplate will help you to start a new web project from scratch using React and Redux libraries.
- Host: GitHub
- URL: https://github.com/morzhanov/react-redux-boilerplate
- Owner: morzhanov
- License: mit
- Created: 2018-09-10T18:42:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T17:23:33.000Z (about 6 years ago)
- Last Synced: 2024-11-08T00:52:36.660Z (about 2 months ago)
- Topics: axios, babel, babel7, classnames, enzyme, eslint, jest, prettier, react, react-router, react-router-v4, reactjs, redux, redux-actions, redux-observable, reselect, rxjs, stylus, webpack, webpack4
- Language: JavaScript
- Homepage:
- Size: 537 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Redux Boilerplate
React Redux Boilerplate will help you to start a new web project from scratch using React and Redux libraries.
This boilerplate uses Babel7 with all new ES+ features, also it uses Ducks pattern to build you actions and reducers.
## Installation
Use these steps to install project
```
1. yarn install
2. yarn start
```Build project:
```
yarn build
```Serve project:
```
install http-server
http-server ./build
```Testing and linting:
```
yarn test // run jest
yarn test:update // update snapshots
yarn lint // lint js files with eslint
```## Usage
- Uses webpack to build project.
- Uses Babel to compile ES+ code.
- You can use Stylus within this boilerplate.
- Check your code with ESLint and Prettier.
- Supports hot-module-reload.
- Contains Jest + Enzyme configuration to create unit tests for you app.
- Uses redux-observable as middleware for side effects.## Main Technologies and libraries
- React
- React Router
- Redux
- Redux-observable
- RxJS
- Reselect
- Webpack 4
- ESLint
- Prettier
- Axios
- Babel
- Stylus
- PostCSS
- Jest
- Enzyme
- Classnames## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Author
Vlad Morzhanov
## License
#### (The MIT License)
Copyright (c) 2018 Vlad Morzhanov.
You can review license in the LICENSE file.