ssth/run_this.sh
2024-09-03 14:36:15 +05:30

5 lines
87 B
Bash
Executable File

cd ./backend/src
flask --app rest_api.py run --debug &
cd ../../frontend/
npm run dev