Johan Åhlén 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 il y a 4 ans
..
app 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 il y a 4 ans
assets 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 il y a 4 ans
templates 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
babel.config.js 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 il y a 4 ans
manage.py 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 il y a 4 ans
package.json 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 il y a 4 ans
requirements.txt 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 il y a 4 ans
server.js 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 il y a 4 ans
webpack.config.js 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 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.