Skip to content

mikorn/gulp-project

Repository files navigation

Русская версия находится в файле README.ru.md.

Gulp project example for website development

Description

In this repository there is a template for website development with Gulp.

In the template to use Pug and Stylus preprocessors.

Detailed description in article (russian language).

Requirements

  1. Node.js.
  2. Node.js Package Manager (NPM).
  3. Gulp.
  4. Git.
  5. Git Bash — for Windows users.
  6. Bower.

Use the template

1. Cloning of the project:

git clone https://github.com/mikorn/gulp-project.git --depth 1 my-gulp-project

Farther go to the folder:

cd my-gulp-project

2. Installing of npm-dependencies:

npm install

Or:

npm i

3. Installing of bower-dependencies:

bower install

or:

bower i

The template is ready for development.

Development

Default installed jQuery, Bootstrap, Font Awesome, Animate.css, Wow, Parallax.js and PageScroll2ID.

This list changed with Bower and further to make the appropriate changes in gulpfile.js. And reload Gulp.

For development need to run Gulp:

gulp

All development happens in folder app.

For creating of production folder need to run command:

gulp public

About

Build experience of the Gulp project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published