I wrote about this starter on dev.to. You can read the article here
- Clone / pull / download this repository
- Change Pipfile-Name if wanted
- Start virtual environment with pipenv shell
- Install python dependencies with pipenv install
- Install JavaScript dependencies with npm install
- Start Django with python manage.py runserver
- Start new terminal and start webpack dev-server with npm start