You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,11 @@ If you need to use NodeJS native libraries like 'fs' or 'os', you **MUST** add i
82
82
},
83
83
```
84
84
85
+
## Browser mode
86
+
87
+
Maybe you want to execute the application in the browser ? You can do it with `npm run start:web`.
88
+
Note that you can't use Electron or NodeJS native libraries in this case. Please check `providers/electron.service.ts` to watch how conditional import of electron/Native libraries is done.
89
+
85
90
## Execute E2E tests
86
91
87
92
You can find end-to-end tests in /e2e folder.
@@ -92,7 +97,3 @@ You can now execute tests with the command lines below :
92
97
-**in a terminal window** -> First, start a web server on port 4200 : `npm run start:web`
93
98
-**in another terminal window** -> Then, execute Protractor : `npm run e2e`
94
99
95
-
## Browser mode
96
-
97
-
Maybe you want to execute the application in the browser ? You can do it with `npm run start:web`.
98
-
Note that you can't use Electron or NodeJS native libraries in this case. Please check `providers/electron.service.ts` to watch how conditional import of electron/Native libraries is done.
0 commit comments