Example code for a Django / React setup guide
This branch represents the project with a minimal Webpack setup plus React and Babel.
# Enter frontend project folder
cd frontend
# Install dependnecies
npm install
# Run Webpack
npm run dev# Enter Django project folder
cd backend
# Setup and activate virtualenv
virtualenv env
. env/bin/activate
# Install requirements
pip install -r requirements.txt
# Setup Django
./manage.py migrate
./manage.py runserver
# Then visit http://localhost:8000