Johan Åhlén 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 há 4 anos atrás
..
app 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 há 4 anos atrás
assets 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 há 4 anos atrás
templates 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 há 4 anos atrás
README.md 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 há 4 anos atrás
babel.config.js 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 há 4 anos atrás
manage.py 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 há 4 anos atrás
package.json 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 há 4 anos atrás
requirements.txt 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 há 4 anos atrás
server.js 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 há 4 anos atrás
webpack.config.js 95838710a6 [frontend] Upgrade django-webpack-loader to 1.0.0 há 4 anos atrás

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.