Skip to content

smart-on-fhir/bulk-submit-provider

Repository files navigation

bulk-submit-provider

A minimal Bulk Submit Data Provider proof-of-concept (TypeScript + Express).

Getting started

  • Install dependencies:
npm install
  • Run in dev mode (auto-reload):
npm run dev

In a separate terminal, start the frontend HMR server

npm run dev:frontend
  • Build and start:
npm run build:frontend
npm start

Tests

npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published