Run bellow command from your terminal
django-admin startproject --template=https://github.com/Hastes/django-webpack-boilerplate/archive/master.zip your_project_name
You need find & replace all {{ project_name }}
entity in project to own (django-admin didn't replace it in .yml & Dockerfiles)
cd your_project_name/
npm install
oryarn install
npm run start
python manage.py runserver
cd your_project_name/
pipenv lock
make up
MIT © Hastes