packback_common

common front-end components of the packback platform


License
MIT
Install
bower install packback_common

Documentation

Requirements

You'll need to have the following items installed before continuing.

  • Node.js: Use the installer provided on the NodeJS website.
  • Gulp: Run [sudo] npm install -g gulp
  • Bower: Make sure Bower is installed globally [sudo] npm install bower -g

Quickstart

>> npm install && bower install (This will install all dependencies required for gulp to work.)

While you're working on your project, run:

>> gulp

And you're set!

Directory Structure

  • assets/scss/main.scss: Application styles go here.
  • assets/scss/_settings.scss: Configure Foundation settings here.
  • build/: compiled versions of Sass go here.