ssth/run_this.sh
2024-09-01 12:03:41 +05:30

6 lines
89 B
Bash
Executable File

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