first commit
This commit is contained in:
4
start_frontend.sh
Executable file
4
start_frontend.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
pkill -f "npm start"
|
||||
sleep 5
|
||||
cd backend/backend/frontend && npm install && npm start &
|
||||
Reference in New Issue
Block a user