marionette

Getting started with marionette

Remarks#

This section provides an overview of what marionette is, and why a developer might want to use it.

It should also mention any large subjects within marionette, and link out to the related topics. Since the Documentation for marionette is new, you may need to create initial versions of those related topics.

Installation or Setup

To install Marionette using NPM and Webpack

  • Install NPM following the advice from the NPM blog
  • Create a directory for your JavaScript application
  • Inside that directory, run npm init, giving your application names
  • Install Webpack: npm install —save webpack
  • Install Marionette’s dependencies: npm install backbone.marionette

This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow