marionette Getting started with marionette

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

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?