Prvotní nástřel fungující aplikace
This commit is contained in:
4
run_dev.sh
Executable file
4
run_dev.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
./food_api/run_dev.sh &
|
||||
cd server && yarn install && yarn start &
|
||||
cd client && yarn install && yarn start &
|
||||
wait
|
||||
Reference in New Issue
Block a user