-
Create directory in your project where you put front-end files.
-
Copy the following files to created directory:
- package.json
- gulpfile.js
- gulpconfig.js
- .eslintrc
- assets/styles/base/
- assets/styles/work/
- assets/styles/_settings.scss
- assets/styles/layout.scss
- assets/scripts/ select only those jQ plugins you want
-
Open your system command line (e.g. Windows CMD) and install required node packages with command
$ npm install
-
Edit gulpconfig.js file to provide options that suits your project. This action is optional.
-
Now you can just run gulp commands from command line. Full list of commands are available here.
-
By default your CSS and JS output files will be placed in
assets/
directory.