|
|
il y a 6 ans | |
|---|---|---|
| .. | ||
| code-splitting | il y a 6 ans | |
| hot-reload | il y a 6 ans | |
| simple | il y a 6 ans | |
| README.md | il y a 6 ans | |
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