Skip to content

Commit f70e773

Browse files
committed
feat(): check that everything is working well
1 parent 021d01f commit f70e773

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Command to build and run the application in final mode:
4444
yarn start
4545
```
4646

47+
**IT IS OKAY IF IT BUG AT THE START, JUST TRY NEW TIMES WITH PC WORKING, AND IT'LL BE FINE !**
4748
Command to build and run the application only the front:
4849
```bash
4950
yarn run front-dev

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@
4444
"webpack": "^5.73.0"
4545
},
4646
"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 .\"",
4950
"pack": "electron-builder --dir",
5051
"dist": "electron-builder -wl",
5152
"build-dist": "yarn build && electron-builder",
@@ -81,6 +82,7 @@
8182
"main": "public/electron.js",
8283
"homepage": "./",
8384
"devDependencies": {
85+
"cross-env": "^7.0.3",
8486
"electron": "^19.0.7",
8587
"electron-builder": "^22.10.5"
8688
},

0 commit comments

Comments
 (0)