I am doing this using axios to combine django and react. While running the program in the command prompt I have to use 2 command prompt! One for running (npm start) And the another for backend (python manage.py runserver)
My questions: Is there a way to run a single command in a single command prompt then both the commands should managed. How industries merge them both
Can we use the same program and change as an apk file and use in mobile app?