- run
npm link
in this folder to create the npm package locally - in the folder where you are using the package (some other project) run
npm link fhir-react
- in that other project import this package as you would normally with
import FhirReact from 'fhir-react'
- Finally, in this fhir-react folder run the watch command via
npm start
and start developing.
npm run build
npm publish
this.props.thorough
= if this is set totrue
, or if it is absent, all array items and supported attributes will be displayed. Otherwise if this isfalse
then only the first or otherwise important items will be displayed
Run storybook local server with:
npm run storybook
Now you can check how a component graphically presents information based on raw data.