Giter VIP home page Giter VIP logo

kickoff's Introduction

devDependency Status Bitdeli Badge Built with Grunt

Kickoff

Developed and maintained by Ashley Nolan & Zander Martineau

If you're using Kickoff we'd love to hear about it; please e-mail us at [email protected]

Features

  • Built in a mobile-first, responsive philosophy (but can easily be used for fixed sites as well)
  • Sass compilation uses autoprefixer to dynamically add vendor prefixes so you don't even have to think about it
  • Sass mixins for many CSS3 features including gradients, REMs with fallbacks
  • Starter content styles, including clean typography, lists, tables, etc
  • Starter form element styles: stacked on small-screen to 2-column (if you choose) at the breakpoint of your choice
  • Grunt used extensively to ease common development bottlenecks
  • Sass compilation using grunt-contrib-sass although grunt-sass can be used a drop-in replacement but there are still some bugs; it is far quicker though..
  • Concatenation and minification of JS files with and grunt-contrib-uglify
  • Simple server using grunt-contrib-connect

Browser support

Simple: Internet Explorer 8+

Demos and documentation

Please visit tmwagency.github.io/kickoff/ all demos and documentation for Kickoff.

Want to use Grunt?

  • Install Node from nodejs.org
  • Install Grunt CLI - npm install -g grunt-cli
  • Install Sass globally - sudo gem install sass --pre. Ruby v2 is needed. Update using rvm, brew (if you use a Mac) or from ruby-lang.org/en/downloads/ then install the packages below
  • Navigate (cd) to your project directory and run npm install which will install all Grunt's dependencies
  • Run grunt watch or grunt serve (if you want to create a simple local server) to watch for changes and compile Sass/Javascript

When using Grunt with Kickoff, source maps are created for both the Javascript and Sass. Javascript is compiled to the /js/dist and Sass is compiled to the '/css' folder.

Using Git?

Kickoff's .gitignore file ignores the /dist folder by default. You will want to uncomment this line if you are not compiling these on the server.

Yeoman generator

There is also a Yeoman generator for Kickoff, visit tmwagency.github.io/kickoff/docs/yeoman.html for more info.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

kickoff's People

Contributors

mrmartineau avatar ashleynolan avatar nicbell avatar

Watchers

Tom Maton avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.