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.
- Host: GitHub
- URL: https://github.com/svtter/django-webpack-example
- Owner: Svtter
- Created: 2024-07-06T07:00:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T07:04:04.000Z (11 months ago)
- Last Synced: 2025-02-01T19:11:31.548Z (4 months ago)
- Topics: django, taliwind, webpack
- Language: JavaScript
- Homepage:
- Size: 566 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).