Nothing like a bit of experimentation.
Current progress and a slightly better idea of what's going on is hanging out in the goals.
nvm install 10
npm i
pip install -r requirements-dev.txt
npm run build
./watch
# In a separate shell
./manage.py runserverThen browse to localhost:8000.
As this matches no routes, the request will be farmed out to a node process, then returned via Django.
detox
npm run testnpm run storybookThen browse to localhost:9001.