/opencrvs-immunisation-app

A mock immunisation app that links to OpenCRVS

Primary LanguageJavaScript

Mock Immunisation app for OpenCRVS

A mock Immunisation app used to demonstrate submission of birth notifications to OpenCRVS.

Dev pro tips

  • Start a dev server - yarn start
  • Run the test - yarn test
  • See coverage report in your browser - yarn run cov
  • Run specific test files with - yarn run test:these -- path/to/myfile.js