Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

binkpitch/reactor

Repository files navigation

js-standard-style Commitizen friendly Build Status

A very simple React boilerplate with Redux.

More boilerplates setup at https://github.com/binkpitch/react-playground-boilerplate.

Install with git clone https://github.com/binkpitch/reactor.git your-project-name && cd your-project-name && rm -rf .git && yarn install.

To install yarn, go to https://yarnpkg.com/en/docs/install.

Try at https://binkpitch.github.io/reactor.

To debug install chrome extension, Redux DevTools.

To work with an empty boilerplate, rename src-new to src.

To commit use yarn run commit.

Dependencies

  • react

  • redux

  • semantic-ui-react

  • redux-form

  • react-router-redux

  • redux-saga

  • redux-thunk

  • axios

Debugging

  • redux-devtools-extension

  • redux-immutable-state-invariant: Throws error when trying to mutate redux state.

Standard

  • precommit

  • standardjs

  • commitizen

Testing

  • jest

  • enzyme

  • storybook

This project was bootstrapped with Create React App.