Skip to content

skotur/thinkster-django-angular-boilerplate

This branch is 55 commits ahead of, 43 commits behind rashoodkhan/thinkster-django-angular-boilerplate:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0a7e8ce · May 19, 2007

History

55 Commits
May 19, 2007
May 19, 2007
May 19, 2007
May 19, 2007
May 19, 2007
May 19, 2007
May 19, 2007
May 19, 2007
May 19, 2007
May 19, 2007
May 19, 2007
May 19, 2007
May 19, 2007
May 19, 2007

Repository files navigation

thinkster-django-angular-boilerplate

Installation

NOTE: Requires virtualenv, virtualenvwrapper and Node.js.

  • Fork this repository.
  • $ git clone [email protected]:<your username>/thinkster-django-angular-boilerplate.git
  • $ mkvirtualenv thinkster-djangular
  • $ cd thinkster-django-angular-boilerplate/
  • $ pip install -r requirements.txt
  • $ npm install -g bower
  • $ npm install
  • $ bower install
  • $ python manage.py migrate
  • $ python manage.py runserver

About

Boilerplate for the Thinkster.io Django and AngularJS tutorial.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.1%
  • HTML 43.4%
  • JavaScript 4.5%
  • Shell 1.0%