/tpl-lib-react-ts

React, Babel, Typescript, ESLint and friends :boy::girl::unicorn::rainbow::hurtrealbad:

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

CircleCI npm version dev-badge Coverage Status

tpl-lib-react-ts


Install

npm install your-lib-here

Use

Develop

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

Changelog

See the releases section for details.