RIF Web SDK Template
This repo is to be used as a tempalte. It has setup for the tools mentioned above, cinluding CircleCI flow
- Create a new repo using this one as a template
- Update the shields on the header to point your urls
- Start coding!
Install dependencies:
npm i
npm test
Coverage report with:
npm run test:coverage
npm run lint
Auto-fix:
npm run lint:fix
npm run build