/electron-microservices-example

Example of Electron.js Microservices application

Primary LanguageTypeScriptMIT LicenseMIT

Example of Electron.js Microservices application

Electron.js Microservices application

Quick start

  1. yarn
  2. cd renderer && npm i && npm run build && cd -
  3. yarn start

You may also want to rebuild native dependencies (yarn rebuild) to run this example.