1.5.0 • Published 7 years ago
react-redux-enterprise v1.5.0
React-Redux-Enterprise
A React-Redux boilerplate for enterprise web applications.
Materials
This repo is the minimal and extendable setup to start a new enterprise large-scaled project based on React & Redux & RxJS.
- babel: to transpile our ES6 code ES5
- documentation.js: to generate docs
- enzyme: as our test util
- eslint: to have linting utility over our code
- jest: as our test framework
- postcss: to have autoprefixer
- react: as our framework
- react-redux: to handle data flow
- react-router: to handle routing
- react-router-redux: to handle routing
- redux: to handle data flow
- redux-observable: to handle async actions
- redux-persist: to have persistent store
- rxjs: to handle observable actions
- sass: as our style language
- webpack: as our module bundler
How to start?
- Clone the project
yarn installyarn start- visit localhost:8080
NOTE:
- To run the server you need to install
http-server-spaas a global module, or you can implement your own server and point it to the public directory. - You need to install
documentationas a global module. - All modules used are the latest versions and are implemented according to their respective latest version docs. (as of May 2018)
Scripts
yarn startto start the serveryarn watchto start watching for file changesyarn buildto make a single buildyarn prodto make the production build (minified and uglified)yarn testto run the testsyarn test-updateto test and update the snapshotsyarn docsto generate the docs
Read On
To read more about this project and to get familiar with the structure and find out the logic behind it, check out the articles on Medium, Quora or LinkedIn
License
This project is licensed under the MIT License.
1.5.0
7 years ago