You can deploy the demo site to the following services.
$ git clone git@github.com:getshifter/example-ionic-react-capacitor.git
$ cd example-ionic-react-capacitor
$ npm install
$ npm start
$ npm run build
We can run it as a ios application using XCode.
$ npx cap add ios
$ yarn run build
$ npx cap sync
$ npx cap open ios
We can run it as a Desktop application
$ npx cap add electron
$ yarn run build
$ npx cap sync
$ npx cap open electron
$ yarn run build && npx cap copy
$ cd electron
$ npx electron-packager . sample --platform=darwin --arch=x64
$ open ./sample-darwin-x64