Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 330 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 330 Bytes

Lead Manager

Full stack Django/React/Redux app that uses token based authentication with Knox.

Quick Start

# Install dependencies
npm install

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

# Run webpack (from root)
npm run dev

# Build for production
npm run build