https://github.com/simonv3/django-gulp-mithril-starter
When you're putting something together for the second time, you should probably save it for the future.
https://github.com/simonv3/django-gulp-mithril-starter
Last synced: 18 days ago
JSON representation
When you're putting something together for the second time, you should probably save it for the future.
- Host: GitHub
- URL: https://github.com/simonv3/django-gulp-mithril-starter
- Owner: simonv3
- License: mit
- Created: 2015-03-13T06:45:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T06:55:03.000Z (over 11 years ago)
- Last Synced: 2025-11-11T12:34:29.649Z (8 months ago)
- Language: JavaScript
- Size: 3.7 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-gulp-mithril-starter
When you're putting something together for the second time, you should probably save it for the future.
This is a starter pack for Django (1.7), Mithril.js, gulp, Django Rest Framework, and Django-allauth.
```
python manage.py migrate
```
```
python manage.py runserver
```
If you're working on the front-end, do, work from staticfiles
```
cd staticfiles
gulp watch
```