/angular-django

Angular Frontend with Django Backend

Primary LanguageTypeScriptMIT LicenseMIT

angular-django

Angular 2 frontend with Django backend implemention of ahernp.com

Setup Development Environment

  1. git clone https://github.com/ahernp/angular-django.git
  2. cd angular-django
  3. fab setup:init
  4. fab runserver
  5. Visit http://127.0.0.1:8000/

Tested on Ubuntu 16.04 with python fabric installed.