/GABS

Gulp, Angular, and Browserify Starter

Primary LanguageCSS

GAB is here

Gulp Angular Browserify Boilerplate

Gulp, Angular and Browserify are all very wonderful tools for the modern hacker. They each make our lives better. Using them together let's us get a lot of stuff done with fewer lines of code.

I couldn't find any easy to understand implementations of the 3 of them combined. So I made this.

This template should help you get going with your next hackathon project on the front-end.


Features

  • Browserify Built-in
  • Easy Building Process (Using Gulp)
  • Sass to CSS integration
  • Lemonade Responsive Design included
    • SASS examples for teaching purposes.
  • Easy NPM plugin integration

Prerequisites

  • Node.js & NPM
  • Command Line Tools
    • Mac OS X: Xcode (or OS X 10.9 Mavericks: xcode-select --install)
    • Windows: Visual Studio
    • Ubuntu: sudo apt-get install build-essential
    • Fedora: sudo yum groupinstall "Development Tools"
    • OpenSUSE: sudo zypper install --type pattern devel_basis

Getting Started

# Get the latest snapshot
$ git clone --depth=1 https://github.com/kivo360/GABS.git yourproject
$ cd yourproject
$ git remote rm origin
# Install NPM dependencies. 
$ npm install #May require sudo access
$ gulp

Useful Resources

Great Design Resources