Skip to content

QTS Style Guide which uses the Foundation for Sites framework - built with Gulp and templating with Handlebars

License

Notifications You must be signed in to change notification settings

nthompson777/qts-styleguide

Repository files navigation

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

About

QTS Style Guide which uses the Foundation for Sites framework - built with Gulp and templating with Handlebars

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published