
Django + Webpack without glue plugins
This is a demo project for a blog post that showcases how to use Django and Webpack without any plugins to connect them together. The project is deployed on Fly.io.
python manage.py runserver.yarn start.goreman -f Procfile.dev start.yarn build, then use Django's collectstatic command with python manage.py collectstatic.This demo project demonstrates how to use Django and Webpack together without any additional plugins. It provides a guide for installation and outlines the development and production workflows for using these technologies.

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.