Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 739 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 739 Bytes

Car-project-landing

The Car-project-landing is being developed for learning the assembly of the project. The main purpose of the project is to use diffrent libraries in one project.

What is used:

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

To clone repository

git clone https://github.com/User-960/Car-project-landing.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