gabrielferreiraa / react-redux-boilerplate

[INACTIVE]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Standard - JavaScript Style Guide

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

About

[INACTIVE]


Languages

Language:JavaScript 82.3%Language:CSS 17.2%Language:HTML 0.5%