tomstaan / lead_manager_react_django

Full stack app with React, Redux & Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Full stack app with React, Redux & Django


Languages

Language:JavaScript 65.4%Language:Python 31.6%Language:HTML 3.0%