A Basic Django Template With REST API and React

Full stack Django/React/Redux app that uses token based authentication with Knox. This template follow Corey Schafer's youtube tutorials Link

Quick Start

# Install dependencies
npm install

# Serve API on localhost:8000
python website/manage.py runserver

# Run webpack (from root)
npm run dev

# Build for production
npm run build