React, Babel, Typescript, ESLint and friends :boy::girl::unicorn::rainbow::hurtrealbad:
npm install your-lib-here
git clone git@github.com:andreidmt/tpl-lib-react-ts.git && \
cd tpl-lib-react-ts && \
npm run setup
# run tests (any `*.test.js`) once
npm test
# watch `src` folder for changes and run test automatically
npm run tdd
See the releases section for details.