Skip to content
/ tpl-lib-react-ts Public template

React, Babel, Typescript, ESLint and friends 👦👧🦄🌈:hurtrealbad:

License

Notifications You must be signed in to change notification settings

andreidmt/tpl-lib-react-ts

Repository files navigation

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.