react-redux-boilerplate
react-redux-boilerplate copied to clipboard
[INACTIVE]
Starter Kit CoreUI - React Redux
[Work in Progress] When I thought of using CoreUI with React, I realized it's very simple for what I needed, so I've adapted it to ES6, Flux / Redux and Webpack 2 flow.
This kit is using:
- TemplateCoreUI
- Webpack 2
- Redux
- Redux Form
- Redux Dev Tools
- Babel
- React Hot Loader
- React Router 4
- Storybook
- Jest and Chai (TDD)
- Ducks - Redux Reducer Bundles
Up and running
- Clone this repository:
git clone [email protected]:gabrielferreiraa/react-redux-boilerplate.git - Install dependencies:
yarnoryarn install - Run
yarn devand accesshttp://localhost:3000 - Run
yarn buildfor production build
Scripts
- Run storybook
yarn storybook - Run tests
yarn testoryarn test:watch - Run lint
yarn lintoryarn lint:watch - Fix lint
yarn lint:fix - Build
yarn build
License
MIT © Gabriel Ferreira