Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

mindmelting/Backbone-Require-Build

Repository files navigation

Backbone/Marionette/Require Boilerplate project

Build Status Coverage Status

An opinionated structure to a Marionette web project.

Uses Karma/Jasmine/Sinon for unit testing (and code coverage)

Includes bootstrap

Includes a modal and error module for Marionette (uses bootstrap)

Uses CSSComb and JSHint for linting and reporting

Building and Deploying

sudo gem install sass
sudo npm install -g grunt-cli
sudo npm install -g bower
npm install
bower install

To build the project

grunt

To serve the project locally

grunt connect

To watch and compile the sass files

grunt watch

About

An opinionated structure to a Marionette web project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published