6 lines
89 B
Bash
Executable File
6 lines
89 B
Bash
Executable File
cd ./backend/
|
|
flask --app src/rest_api.py run --debug &
|
|
cd ..
|
|
cd ./frontend
|
|
npm run dev
|