Setup Webpack Project with Django

This is #1 of the Definitive Guide to Django and Webpack

By the end of this chapter, you should be able to:

  1. Create a Webpack project and make it run in watch mode.
  2. Understand what is Webpack loader
  3. Learn how to use Webpack loaders to work with SCSS and modern Javascript

LINK: Setup Webpack Project with Django

I will publish the rest chapters in the coming weeks.

Thx.

1 Like

Hi Michael!

I still haven’t found the right way to get third-party JS into my Django application.

That’s why I started a list of options: GitHub - guettli/django-and-third-party-js: Django and Third Party JS

Your tool in on this list. Thank you for sharing!