npm install your-lib-here
git clone [email protected]: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.