An open API service indexing awesome lists of open source software.

https://github.com/svtter/django-webpack-example

An example django project for django and webpack.
https://github.com/svtter/django-webpack-example

django taliwind webpack

Last synced: 2 months ago
JSON representation

An example django project for django and webpack.

Awesome Lists containing this project

README

        

# django-webpack-proj

This project is to test webpack + django.

## Start with

```bash
# One terminal for build
pdm install
cd src && pnpm install
pnpm run watch

# Start backend server.
cd src/ && python manage.py runserver
```

## Depends

This project is built with [python-webpack-boilerplate](https://github.com/AccordBox/python-webpack-boilerplate).