Example code for the tutorial found at geezhawk.github.io.
To try it yourself, clone the repo and run:
npm installpip install -r requirements.txtexport DJANGO_SECRET_KEY='your-secret-key'./node_modules/.bin/webpack --config webpack.config.jspython manage.py runserver