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.