react-redux-enterprise

1.5.0 • Public • Published

React-Redux-Enterprise

stars license

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?

NOTE:

  • To run the server you need to install http-server-spa as a global module, or you can implement your own server and point it to the public directory.
  • You need to install documentation as 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 start to start the server
  • yarn watch to start watching for file changes
  • yarn build to make a single build
  • yarn prod to make the production build (minified and uglified)
  • yarn test to run the tests
  • yarn test-update to test and update the snapshots
  • yarn docs to 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.

Readme

Keywords

none

Package Sidebar

Install

npm i react-redux-enterprise

Weekly Downloads

1

Version

1.5.0

License

MIT

Unpacked Size

3.39 MB

Total Files

123

Last publish

Collaborators

  • amin52j