Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.33 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.33 KB

🔆 React / Redux Starterkit

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.

Inside the box

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

How to use

Install

$ yarn

Run

$ yarn start

Open browser on localhost:8080/

Code linting and unit testing

$ yarn test

Build

$ yarn run build