sapientglobalmarkets / react-redux-seed

Seed project for React apps using Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-redux-seed

Seed project for React apps using Redux

Dependency Status

Getting started

Create your own project on Github or elsewhere. Then add a git-remote pointing to this repo. Let's name it redux-seed. Merge into your own branch.

> git remote add redux-seed https://github.com/sapientglobalmarkets/react-redux-seed.git
> git pull redux-seed master

At this point you should have all the seed files. Now you can run:

> npm install

And you are off to the races!

Libraries used

Language

  • ES2015 + stage-1

Application Frameworks

  • React
  • PostCSS (cssnext + precss + css-modules)

State Management

  • Redux

Testing

  • Mocha
  • Karma
  • Enzyme
  • Coverage with Istanbul

Build

  • Webpack
  • Webpack Dev Server
  • ESLint
  • Plop (generator)
  • React-Hot-Reload

TODO

  • Documentation
  • More variety in Tests (interaction, ajax, logic)

About

Seed project for React apps using Redux


Languages

Language:JavaScript 84.2%Language:CSS 8.3%Language:HTML 7.5%