Johan Åhlén 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 пре 4 година
..
app 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 пре 4 година
assets 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 пре 4 година
templates 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 пре 4 година
README.md 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 пре 4 година
babel.config.js 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 пре 4 година
manage.py 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 пре 4 година
package.json 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 пре 4 година
requirements.txt 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 пре 4 година
server.js 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 пре 4 година
webpack.config.js 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 dev server

node server.js

Now you can make changes to assets/js/app.jsx and the changes will show up in the browser automagically.