cl1ck / buildit-example

example project for buildit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example project for buildit

Build Status

buildit is a starter project for my personal frontend development projects. This is an example project showing how to use it.

It includes the following tools, tasks, and workflows:

  • JSPM (modern package manager for the frontend)
  • ES6 Harmony support using the babel transpiler
  • SASS (using libsass with source maps and autoprefixer)
  • BrowserSync for live reloading
  • SC5 Styleguide for generating awesome styleguides using KSS notation
  • Testing with Karma, Mocha, Sinon & Chai
  • Linting and codestyle check for all source files
  • Image optimization
  • Error notifications in Notification Center

NOTE: If you want to use buildit for your own project, go to the buildit repository.

About

example project for buildit

License:MIT License


Languages

Language:JavaScript 85.0%Language:CSS 14.3%Language:Shell 0.5%Language:Ruby 0.3%