ssth/run_this.sh

6 lines
89 B
Bash
Raw Normal View History

2024-09-01 12:03:41 +05:30
cd ./backend/
flask --app src/rest_api.py run --debug &
cd ..
cd ./frontend
npm run dev