django serve react app code example
Example 1: run django app
$ python manage.py runserver
Example 2: using django with react
# Python 3 - Windows
python3 -m venv env
cd env # In the same directory where you installed the virtual environment ('env')
./Scripts/activate