jainshraddha / wordle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quickstart guide

  • Clone or download this Git repo onto your computer.
  • Install Node.js if you don't have it yet.
  • Run npm install
  • Run gulp bs to run the default Gulp task

In this proejct, Gulp is configured to run the following functions:

  • Compile the SCSS files to CSS
  • Autoprefix and minify the CSS file
  • Concatenate the JS files
  • Uglify the JS files
  • Move final CSS and JS files to the /dist folder

About


Languages

Language:JavaScript 47.6%Language:SCSS 27.8%Language:HTML 24.6%