Django (Backend) and ReactJS (Frontend) in the same app. Hello World example.
- python -m venv venv
- . ./venv/bin/activate
- pip install -r requirements.txt
- python manage.py runserver
- yarn install
- yarn start
Django (Backend) and ReactJS (Frontend) in the same app. Hello World example.
Python
Django (Backend) and ReactJS (Frontend) in the same app. Hello World example.