Johan Åhlén 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 il y a 4 ans
..
code-splitting 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 il y a 4 ans
hot-reload 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 il y a 4 ans
simple 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 il y a 4 ans
README.md 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 il y a 4 ans

README.md

Usage

Setup virtualenv (optional)

virtualenv ve
. ve/bin/activate

Install dependencies

pip install -r requirements.txt
npm install

Run django server

./manage.py runserver

Run webpack compiler

./node_modules/.bin/webpack --config webpack.config.js --watch