https://github.com/react-dev-james/thinkster
https://github.com/react-dev-james/thinkster
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/react-dev-james/thinkster
- Owner: react-dev-james
- Created: 2018-03-20T12:13:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T12:21:52.000Z (about 8 years ago)
- Last Synced: 2025-01-18T17:24:57.691Z (about 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thinkster
# thinkster-django-angular-boilerplate
## Installation
*NOTE: Requires [virtualenv](http://virtualenv.readthedocs.org/en/latest/),
[virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/en/latest/) and
[Node.js](http://nodejs.org/).*
* `$ 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`