An example app, structured to enforce much needed decoupling of client application build from Django's opinionated pipeline/staticfiles etc. using Webpack bundle.
In short, we'll let Django do what it's good at - server side, while de-coupling the client for greater flexibility (and less black-box Django magic!)
Largely based on these resources: