Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.03 KB

qts-styleguide

Table of contents

  1. Getting Started
  2. Installation Instructions
  3. License

Getting started

The QTS Style Guide uses the Foundation for Sites framework (SCSS and jQuery), is built with Gulp, and templating using Handlebars.

Gulp was set up to include the following automated tasks when saving applicable files:

  • .hbs page files automatically generate HTML files to the /dist folder and refresh the browser via BrowserSync on localhost:3000
  • .scss files are automatically run through PostCSS Autoprefixer and MQpacker, minified, and then compiled to CSS files in /dist
  • .js files are concantenated, uglified and minified
  • BrowserSync refreshes the browser after each save of the above file types

Installation instructions

cd to your desired install directory then run: git clone https://github.com/nthompson777/qts-styleguide

Next run yarn or npm i to install dependencies.

Start your build with

yarn start
OR
gulp

License

MIT