File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ Command to build and run the application in final mode:
44
44
yarn start
45
45
```
46
46
47
+ ** IT IS OKAY IF IT BUG AT THE START, JUST TRY NEW TIMES WITH PC WORKING, AND IT'LL BE FINE !**
47
48
Command to build and run the application only the front:
48
49
``` bash
49
50
yarn run front-dev
Original file line number Diff line number Diff line change 44
44
"webpack" : " ^5.73.0"
45
45
},
46
46
"scripts" : {
47
- "front-dev" : " concurrently \" ELECTRON_IS_DEV=1 yarn react-serve\" \" wait-on http://localhost:3000 && ELECTRON_IS_DEV=1 yarn electron-start\" " ,
48
- "front-with-obs" : " concurrently \" ELECTRON_IS_DEV=0 yarn react-serve\" \" wait-on http://localhost:3000 && ELECTRON_IS_DEV=0 yarn electron-start\" " ,
47
+ "front-dev" : " concurrently \" ELECTRON_IS_DEV=1 yarn react-start\" \" wait-on http://localhost:3000 && ELECTRON_IS_DEV=1 yarn electron-start\" " ,
48
+ "front-with-obs" : " concurrently \" ELECTRON_IS_DEV=0 yarn react-start\" \" wait-on http://localhost:3000 && ELECTRON_IS_DEV=0 yarn electron-start\" " ,
49
+ "serve" : " concurrently -k \" cross-env ELECTRON_IS_DEV=1 yarn react-start\" \" wait-on http://localhost:3000 && ELECTRON_IS_DEV=1 electron .\" " ,
49
50
"pack" : " electron-builder --dir" ,
50
51
"dist" : " electron-builder -wl" ,
51
52
"build-dist" : " yarn build && electron-builder" ,
81
82
"main" : " public/electron.js" ,
82
83
"homepage" : " ./" ,
83
84
"devDependencies" : {
85
+ "cross-env" : " ^7.0.3" ,
84
86
"electron" : " ^19.0.7" ,
85
87
"electron-builder" : " ^22.10.5"
86
88
},
You can’t perform that action at this time.
0 commit comments