I want to set up a web application which in backend uses django and in front end uses solidjs. In the development phase how do I integrate solidjs into django?
I have a directory called project which contains directory called:
- back (django-admin startproject back)
- front (npx degit solidjs/templates/ts front)