This is a Place to play around with React and OSC in Electron
Clone the Repository on local Device:
git clone https://github.com/ehrdi/electron-react-osc-playground.git
Install Node Packages:
npm install
Run rebuild to compile Node Modules (mainly osc.js) against Electrons Node Version
npm run rebuild
Run App in development-Mode:
npm run dev
Run App in production-Mode:
npm run prod
Build App into /dist Folder:
npm run build
Package App and store the builds for all Platforms in /builds Folder:
npm run package