tinkerhubco / docnest-desktop

DocNest platform desktop app
2 stars 0 forks source link

DocNest Desktop App

Description

Doctor Nest Desktop is built from React + Electron for the doctors of tomorrow 🔥 🔥 🔥

Install

Installing dependencies with yarn:

$ yarn

Run

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

Storybook

To start the storybook UI Development Environment

$ yarn storybook

FAQ

See the documentation.