Install: Pipenv (see more documentation here)
CookieCutter (see more documentation here)
pip install cookiecutter
Start new project build by running:
cookiecutter django-reactredux
Enter the desired settings. Once initial build is complete, run:
pipenv python setup.py
Which will run:
pipenv install
and
npm install
and build both client and server development builds.