basic template for django backend + vue frontend
-
create venv and install requirements.txt
-
navigate to frontend directory and run npm install
-
in a first terminal enter npm run serve
-
in second terminal enter python manage.py runserver in root directory