A relatively simple boilerplate for React using Tape for testing.
For something more full-fledged take a look at https://github.com/fc-io/react-tape-redux
git clone git@github.com:fc-io/react-tape.git
cd react-tape
npm install
npm start
npm run build
npm test
npm run lint
MIT