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: n...