working version with js electron set up sending data to channel and stuff through to the main process

This commit is contained in:
talksik
2022-03-12 18:09:21 -05:00
parent 3b9da153ab
commit 118ffccd64
24 changed files with 2856 additions and 24630 deletions
+2 -2
View File
@@ -22,13 +22,13 @@
"typescript": "^4.6.2",
"web-vitals": "^2.1.4"
},
"main": "public/electron.js",
"main": "electron/electron.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev": "concurrently -k \"BROWSER=none npm start\" \"npm:electron\"",
"dev": "concurrently -k \"BROWSER=none yarn start\" \"yarn electron\"",
"electron": "wait-on tcp:3000 && electron ."
},
"eslintConfig": {