All Projects → thoughtbot → gulp-bourbon-neat-example

thoughtbot / gulp-bourbon-neat-example

Licence: MIT license
A sample project for getting started with Bourbon and Neat with Gulp

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to gulp-bourbon-neat-example

gov-au-ui-kit
MOVED TO https://github.com/govau/uikit/
Stars: ✭ 19 (-50%)
Mutual labels:  neat, bourbon
generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Stars: ✭ 45 (+18.42%)
Mutual labels:  gulp, bourbon
Forward-Framework
A killer WordPress theme framework built using underscores, gulp, sass, bourbon neat, bower & browsersync.
Stars: ✭ 23 (-39.47%)
Mutual labels:  gulp, bourbon
igni-core
UNSUPPORTED: An easy to use & featherlight CMS that shortcuts the bootstrapping of backend PHP + MySQL based projects. Developed in Laravel, it uses the latest PHP coding standards and library versions.
Stars: ✭ 13 (-65.79%)
Mutual labels:  gulp
lnv-mobile-base
移动端开发脚手架-基于gulp的使用zepto、handlebars、sass并且带移动端适配方案(flexible.js)的前端工作流,旨在帮助移动端项目的开发
Stars: ✭ 41 (+7.89%)
Mutual labels:  gulp
evo-NEAT
A java implementation of NEAT(NeuroEvolution of Augmenting Topologies ) from scratch for the generation of evolving artificial neural networks. Only for educational purposes.
Stars: ✭ 34 (-10.53%)
Mutual labels:  neat
selene
A opinionated Wordpress base theme based on Sage.
Stars: ✭ 31 (-18.42%)
Mutual labels:  gulp
project-manager-laravel
Project manager system - PHP and AngularJS
Stars: ✭ 17 (-55.26%)
Mutual labels:  gulp
gulp-ava
Run AVA tests
Stars: ✭ 56 (+47.37%)
Mutual labels:  gulp
the-subway-of-china
中国地铁图
Stars: ✭ 104 (+173.68%)
Mutual labels:  gulp
practical-front-end
essential front-end skills for .Net developers
Stars: ✭ 28 (-26.32%)
Mutual labels:  gulp
alias
Resolve TypeScript import aliases and paths.
Stars: ✭ 19 (-50%)
Mutual labels:  gulp
raven
Raven: a theme-able blog workflow with gulp, pug, sass, and markdown. Check out the demo here:
Stars: ✭ 16 (-57.89%)
Mutual labels:  gulp
twoobl
Blank theme for Elementor
Stars: ✭ 19 (-50%)
Mutual labels:  gulp
gulp-jstransform
Gulp plugin to transform ES6 to ES5.
Stars: ✭ 16 (-57.89%)
Mutual labels:  gulp
lead
Sink your streams.
Stars: ✭ 14 (-63.16%)
Mutual labels:  gulp
personal-page
Personal Page is a project that contains a person's personal information and resume.
Stars: ✭ 20 (-47.37%)
Mutual labels:  gulp
gulp-merge-json
A gulp plugin to merge JSON & JSON5 files into one file
Stars: ✭ 35 (-7.89%)
Mutual labels:  gulp
developer-platform-install
Single Installer for all Red Hat Development Tools and more. Download it form Red Hat Developers Portal web site - http://developers.redhat.com/products/devsuite/overview/.
Stars: ✭ 24 (-36.84%)
Mutual labels:  gulp
Azia-Admin-Bootstrap-Template
Free Bootstrap 4 Admin template
Stars: ✭ 73 (+92.11%)
Mutual labels:  gulp

As of June 2019 this project is no longer being maintained as gulp is typically no longer part of our regular workflow.

Neat logo Neat logo

An example project with Gulp using Bourbon and Neat

Bourbon is a library of Sass mixins and functions that are designed to make you a more efficient style sheet author.

Neat is a fluid grid framework with the aim of being easy enough to use out of the box and flexible enough to customize down the road.

Helpful Links

Installation

  1. Clone the repository, and open a shell terminal within the project's root directory.

  2. After installing Node.js and NPM, install the gulp via the following.

    npm install --global gulp-cli
    
  3. Install the project packages.

    npm install
    
  4. Run the default gulp command which will complie the stylesheets, with Bourbon and Neat inclded as well as creating a local server at http://localhost:8000. Gulp will continue to watch the /stylesheets to monitor for any changes.

    gulp
    

License

gulp-bourbon-neat-example is copyright © 2012 thoughtbot, inc.

It is free software, and may be redistributed under the terms specified in the license.

thoughtbot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].