Johan Åhlén 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 преди 4 години
..
code-splitting 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 преди 4 години
hot-reload 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 преди 4 години
simple 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 преди 4 години
README.md 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 преди 4 години

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