|
|
%!s(int64=6) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| code-splitting | %!s(int64=6) %!d(string=hai) anos | |
| hot-reload | %!s(int64=6) %!d(string=hai) anos | |
| simple | %!s(int64=6) %!d(string=hai) anos | |
| README.md | %!s(int64=6) %!d(string=hai) anos | |
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