Coder Social home page Coder Social logo

nishant8bits / react-redux-enterprise Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amin52j/react-redux-enterprise

1.0 1.0 0.0 2.11 MB

A React-Redux boilerplate for enterprise web applications

License: MIT License

JavaScript 93.78% CSS 3.85% HTML 2.37%

react-redux-enterprise's Introduction

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 Nov 2017)

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 doc 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.

react-redux-enterprise's People

Contributors

amin52j avatar nattatorn-dev avatar

Stargazers

Nishant Kumar avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.