Skip to content

Freekson/Pet-Shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pet shop

Project view

gif

Style and script directory structure:

./src/scss/**/*.scss
./src/scripts/**/*.js
./src/img/**/*.png/.jpg/.jpeg

Instruction

  1. Download files to any directory
  2. Enter the command in the terminal: npm i (node.js must be installed)
  3. Run the gulp command

Additional tasks

gulp clean - removes the dist directory
gulp styles - convert SCSS to CSS, minify it and combine it into one file (main.min.css)
gulp scripts - convert JS to ES5 standard, minify and merge into one file (main.min.js)
gulp img - reduce image size
gulp watch - run styles and scripts automatically when they change
gulp build - is a default task

About

Another simple but beautiful site, in the development of which I tested the work with ui-kit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published