marionette Getting started with marionette

30% OFF - 9th Anniversary discount on Entity Framework Extensions until December 15 with code: ZZZANNIVERSARY9

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


Got any marionette Question?