Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 787 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 787 Bytes

Project-desire

The main purpose of the project is to practice make site and use task runner Gulp. The project itself is a multi-page website about design furniture. The site used interactive elements from different libraries.

What is used:

  • Programming languages: HTML, CSS, JavaScript;
  • Task runner: Gulp;
  • Preprocessor: SCSS;
  • Libraries: jQuery, Slick, Fancyapps, MixItUp;

To clone repository

git clone https://github.com/User-960/Project-desire.git

To install packages, use the command

npm install

Commands

Building a project without optimization and launch on server

npm run build-dev

Building a project with optimization

npm run build-prod

Cleaning up the dist folder

npm run clear