A React / Redux Starterkit with unit-testing, linting and building to get you up to speed fast. Also includes things like a changelog, styleguide and a Yarn-setup.
This kit is the result of the hard work of many developers at @GreenhouseGroupBV, my former employer.
Category | Name |
---|---|
Language | JavaScript (ES6, JSX) |
Transpiler | Babel |
Libraries | - React |
- Redux | |
Code Quality | - Eslint |
- Airbnb Styleguide | |
Testing | - AVA |
- Enzyme | |
Building | Webpack |
Package manager | Yarn |
Changelog | KeepAChangelog |
$ yarn
$ yarn start
Open browser on localhost:8080/
$ yarn test
$ yarn run build