Setting up your environment
mkdir healthcare-project
cd healthcare-project
yarn init -y
yarn add @icure/api
#if you are using node two other dependencies are needed
yarn add node-fetch node-localstorageLast updated
Was this helpful?
mkdir healthcare-project
cd healthcare-project
yarn init -y
yarn add @icure/api
#if you are using node two other dependencies are needed
yarn add node-fetch node-localstorageLast updated
Was this helpful?
Was this helpful?