Skip to content

Bleeky/my-react-boilerplate

Repository files navigation

react-boilerplate

Depending on needs and feelings, use either redux-thunk on the dev branch, or redux-observable on the redux-rxjs branch.

Includes

  • Webpack + webpack-dev-server with HMR
  • React-router v4 with pre-configured setup
  • Production build + development environment ready
  • Redux architecture with container/presenter pattern
  • 2 different redux framework already setup for working with your actions
  • Linter for Javascript and SCSS ready
  • Basic foldering structure for bootstraping

Branch dev:

Checkout redux-thunk here

Branch redux-rxjs:

Checkout redux-observable here

How to setup

Quite simple, nothing special here :

git clone on the branch corresponding to the architecture you wish to start your project with.

npm install

npm start

You're ready to go !

About

Super simple and ready to go React boilerplate (including Redux, Webpack2, React-Router and some other config files)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages