feature(integrate FE,BE):
This commit is contained in:
parent
de36a79a0f
commit
4d24ce685a
|
@ -12,8 +12,7 @@ sleep 2
|
||||||
# Start the custom management command to run the trash collector
|
# Start the custom management command to run the trash collector
|
||||||
python manage.py start_trash_collector &
|
python manage.py start_trash_collector &
|
||||||
|
|
||||||
# Start the React frontend (assuming you have a command to start it in your package.json)
|
cd safeshare-frontend
|
||||||
cd /frontend
|
|
||||||
npm start &
|
npm start &
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue