File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ export default class Application {
5151 private startHeartbeat = ( ) => {
5252 // start heartbeat 1bpm
5353 setInterval ( this . check , 1000 * 60 )
54+ this . check ( )
5455 }
5556
5657 private check = ( ) => {
Original file line number Diff line number Diff line change 2222 "postinstall" : " run-p install-*" ,
2323 "preversion" : " cd frontend && npm version $npm_package_version && cd ../backend && npm version $npm_package_version && git add --all" ,
2424 "start" : " run-p watch-*" ,
25- "watch-frontend" : " cd frontend && npm start" ,
2625 "watch-backend" : " cd backend && npm run watch-build" ,
2726 "watch-build" : " tsc --watch" ,
2827 "watch-images" : " onchange -i -k 'src/images/**/*' -- npm run copy-images" ,
Original file line number Diff line number Diff line change 11# remote.it Desktop
22
3- > Cross-platform remote.it "initiator" desktop application
3+ > Cross-platform remote.it desktop application
44
55## Overview
66
@@ -19,6 +19,13 @@ npm install
1919npm start
2020```
2121
22+ Start the frontend react dev server
23+
24+ ``` shell
25+ cd frontend
26+ npm start
27+ ```
28+
2229Click the system tray icon with command+option to open with dev tools.
2330
2431## Testing
You can’t perform that action at this time.
0 commit comments