Install¶
First install cookiecutter:
pip install cookiecutter
Create your project:
cookiecutter gh:thux/django-gulp-cookiecutter your_project_name
Install node.js:
https://nodejs.org/en/download/
Install gulp-cli globally:
npm install -g gulp-cli
Install bower globally:
npm install -g bower
Enter your project dir:
cd your_project_name
Install node modules:
npm install
Voilà! Your project has been scaffolded with functioning gulp integration.