Skip to content

User-960/Project-desire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published