Skip to content

Short demo showing how to talk to an Ionic app from Electron

Notifications You must be signed in to change notification settings

walkingriver/ngx-electron-ionic-demo

Repository files navigation

Ionic ngx-Electron Demo

Small Ionic app based on the Tabs template, hosted by ElectronJS as a desktop app. A Tabs menu is added, enabling a user to navigate from one tab page to another using this menu.

The app shows how to send messages from the Electron Main process into the Renderer process, and the Ionic/Angular code to respond to these events.

Quick Start

Install the latest Ionic CLI:

npm install -g ionic

Clone this repo:

git clone git@github.com:walkingriver/ngx-electron-ionic-demo.git
cd ngx-electron-ionic-demo

Then run:

npm install
ionic serve -b

In a separate terminal window, run:

npm run mon

How It Works

Coming Soon

About

Short demo showing how to talk to an Ionic app from Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published