Doctor Nest Desktop is built from React + Electron for the doctors of tomorrow 🔥 🔥 🔥
- Note: requires a node version >= 7.
- We highly recommended yarn package manager to avoid installation issues.
Installing dependencies with yarn:
$ yarn
Start the app in the dev
environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:
$ yarn dev
Alternatively, you can run the renderer and main processes separately. This way, you can restart one process without waiting for the other. Run these two commands simultaneously in different console tabs:
$ yarn start-renderer-dev
$ yarn start-main-dev
To start the storybook
UI Development Environment
$ yarn storybook
See the documentation.