|
@@ -1,7 +1,7 @@
|
|
start "Redis" "startRedis.cmd"
|
|
start "Redis" "startRedis.cmd"
|
|
start "Mongo" "startMongo.cmd"
|
|
start "Mongo" "startMongo.cmd"
|
|
cd frontend
|
|
cd frontend
|
|
-start "Frontend" npm run development-watch
|
|
|
|
|
|
+start "Frontend" yarn run dev
|
|
cd ..
|
|
cd ..
|
|
SLEEP 20
|
|
SLEEP 20
|
|
cd backend
|
|
cd backend
|