All Projects → thomdixon → brunch-chicken-and-waffles

thomdixon / brunch-chicken-and-waffles

Licence: other
Brunch skeleton with CoffeeScript, LESS, Angular, and AngularUI with Bootstrap 3

Programming Languages

coffeescript
4710 projects
CSS
56736 projects

Projects that are alternatives of or similar to brunch-chicken-and-waffles

SemartSkeleton
Symfony Skeleton
Stars: ✭ 49 (+276.92%)
Mutual labels:  skeleton
SkeletonBridgeRecon
The code for CVPR2019 Oral paper "A Skeleton-bridged Deep Learning Approach for Generating Meshes of Complex Topologies from Single RGB Images"
Stars: ✭ 72 (+453.85%)
Mutual labels:  skeleton
fingerprint-brunch
A brunch plugin for cache busting assets
Stars: ✭ 15 (+15.38%)
Mutual labels:  brunch
golang-api-skeleton
Go Golang API Skeleton
Stars: ✭ 24 (+84.62%)
Mutual labels:  skeleton
packager
Laravel Package Skeleton Generator - https://youtu.be/kQRQWzDEbGk
Stars: ✭ 20 (+53.85%)
Mutual labels:  skeleton
ossos
Webbased Character Animation System
Stars: ✭ 158 (+1115.38%)
Mutual labels:  skeleton
Skeleton
Skeleton is a Social Engineering tool attack switcher
Stars: ✭ 44 (+238.46%)
Mutual labels:  skeleton
less-brunch
Adds LESS support to Brunch
Stars: ✭ 14 (+7.69%)
Mutual labels:  brunch
scala-basic-skeleton
Starting point if you want to bootstrap a project in Scala
Stars: ✭ 16 (+23.08%)
Mutual labels:  skeleton
pkgkitten
Create simple packages which pass R CMD check
Stars: ✭ 31 (+138.46%)
Mutual labels:  skeleton
laravel-skeleton
Скелет приложения на базе Laravel 5.3/5.4
Stars: ✭ 48 (+269.23%)
Mutual labels:  skeleton
hunt-skeleton
hunt framework project template.
Stars: ✭ 20 (+53.85%)
Mutual labels:  skeleton
Angular-Gulp-Boilerplate
Clean but full-featured AngularJS boilerplate using Gulp workflow and best practices
Stars: ✭ 30 (+130.77%)
Mutual labels:  skeleton
SlimREST
An app skeleton for building a REST API with the Slim PHP Micro-Framework
Stars: ✭ 22 (+69.23%)
Mutual labels:  skeleton
brunch-wordpress-theme
WordPress Starter Theme That Uses Brunch, Bower, And Bootstrap
Stars: ✭ 15 (+15.38%)
Mutual labels:  brunch
phalcon-micro-rest-api-skeleton
This is a basic API REST skeleton written on Phalcon PHP. Great For building an MVP for your frontend app (Vue, react, angular, or anything that can consume an API)
Stars: ✭ 57 (+338.46%)
Mutual labels:  skeleton
react-brunch-demo
An ES6 React & Redux application compiled by Brunch and linted with Eslint.
Stars: ✭ 31 (+138.46%)
Mutual labels:  brunch
moodle-tool pluginskel
Generator of Moodle plugins skeletons
Stars: ✭ 35 (+169.23%)
Mutual labels:  skeleton
laravel-dashboard-skeleton-tile
A skeleton you can use to package up a tile for laravel-dashboard
Stars: ✭ 19 (+46.15%)
Mutual labels:  skeleton
Skeleton-Bones
Library for dynamically generating skeleton loader drawables for Layouts and Views
Stars: ✭ 78 (+500%)
Mutual labels:  skeleton

Brunch with chicken and waffles

This is a Brunch skeleton for creating HTML5 applications using CoffeeScript, LESS, Angular, and AngularUI with Bootstrap 3.

Why?

Most other Angular brunches either had outdated libraries or contained a setup for an external templating engine, such as Jade. Since my editor supports Zen Coding plugins, I didn't find the creation of HTML templates troublesome.

Requirements

  1. Brunch edge (npm install -g brunch/brunch)
  2. Bower (npm install -g bower)

Usage

  1. Create a new app with Brunch (brunch new https://github.com/thomdixon/brunch-chicken-and-waffles YourAwesomeApp)
  2. Copy Bootstrap's fonts to assets (cp bower_components/bootstrap/dist/fonts/* app/assets/fonts/)
  3. Run brunch w -s
  4. Navigate to localhost:3333 to see it in action, or view public/ to see the result
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].