ehr-sign-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.35 • Public • Published

Description

UI for signing Ehr files. Api that consumes these requests: https://git.mkm.ee/ehr/ehr-k8s-pipeline/ehr-sign-api

openapi-generator generate -i http://localhost:8080/api/sign/v1/v3/api-docs -g typescript-axios

Available Scripts

In the project directory, you can run:

yarn start

To build the project, first on root folder do "yarn install" and "yarn start". Then in another terminal "cd example" and then "yarn install" and "yarn start". Example project will be built and shown on default localhost:3000 url. Changes made in root folder will be pushed to running exmaple by rollup

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.

How to import to another React project?

In terminal:

yarn add ehr-sign-ui

In a component file:

import Signing from "ehr-sign-ui";

where any and string are the types for the props.

Readme

Keywords

none

Package Sidebar

Install

npm i ehr-sign-ui

Homepage

./

Weekly Downloads

147

Version

0.0.35

License

none

Unpacked Size

45.9 kB

Total Files

3

Last publish

Collaborators

  • mkmjs