[INACTIVE]
15
stars
2
forks
source link
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 git@github.com:gabrielferreiraa/react-redux-boilerplate.git
Install dependencies: yarn
or yarn install
Run yarn dev
and access http://localhost:3000
Run yarn build
for production build
Scripts
Run storybook yarn storybook
Run tests yarn test
or yarn test:watch
Run lint yarn lint
or yarn lint:watch
Fix lint yarn lint:fix
Build yarn build
License
MIT © Gabriel Ferreira