yarn start:react &
yarn dev:main &
while True
do
/usr/bin/nc -w 1 -z localhost 8080 > /dev/null 2>&1
if [ $? -eq 0 ]
then
yarn start:electron &
break;
else
sleep 1
fi
done
wait
-
Notifications
You must be signed in to change notification settings - Fork 0
sentenes/calculator_react_ts_electron
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published