0.3.0 • Published 10 years ago

generator-backstrap v0.3.0

Weekly downloads
5
License
-
Repository
github
Last release
10 years ago

generator-backstrap Build Status

A Yeoman generator for kickass Backbone, Bootstrap, and CoffeeScript-powered apps

What is Backstrap?

Backstrap is the silly portmanteau I've given to my client-side web framework/toolkit. This is the product of months of learning and experimentation with the included technologies.

A Backstrap application looks something like this:

Getting Started

# Install generator-backstrap
$ npm install -g generator-backstrap

# Run the generator
$ yo backstrap

# Maybe write some code?

# Launch development server
$ grunt server
# Launch production server
$ grunt server:dist

# Build app for deployment
$ grunt build

# Run tests
$ grunt test