Django starter app using Webpack 2 and React (and a few extras). I put this together because it was difficult to find up to date resources on this topic. I will try my best to stay up to date on it but very much appreciate any PRs to help me with that.
This project puts you in a place to start development and skip the annoying setup.
- node
- yarn package manager
- python
git clone <repo_url>cd django_react_starter/yarnyarn build-assetspip install -r requirements.txtexport SECRET_KEY='yoursecretkey'./manage.py runserver- ENJOY