basics/burgers/ground beef recipes/mini

Mini Burger Recipe

Posted February 17, 2012 by Stephanie

When I was brainstorming ideas for the savoury bottom tier of our afternoon beer, mini burgers immediately came to mind. Mini burgers are the tiny tea sandwiches of the burger world. Super simple, super tasty. This is barely a recipe – what really makes this burger is the sauce. Give it a try on your favourite burger recipe, you won’t regret it!

I am juicy, I am sauced: I AM MINI BURGER WITH SHACK SAUCE!

Mini Burger Recipe
yield: 6 mini burgers

  • 9 ounces ground beef
  • salt and pepper
  • oil
  • 6 mini buns
  • butter

Shape the ground beef into 1.5 ounce patties. Heat a bit of oil in a cast iron skillet. When hot, add the burger and pan fry for one to two minutes per side. Place on lightly buttered mini buns and top with your favorite burger toppings.

Shack Sauce from Serious Eats
yield: about 1/3 cup sauce

  • 1/4 cup mayonnaise
  • 1/2 tablespoon ketchup
  • 1/2 tablespoon yellow mustard
  • 2 baby pickles, finely chopped
  • pinch garlic powder, paprika, cayenne pepper

Combine ingredients and enjoy on burgers!

12 Comments

  1. Nora says:

    The sauce for these are truly great! I like to chop a little fresh onion into mine as well….but where’s the cheese? :-)

Leave a Reply

Your email address will not be published. Required fields are marked *

$(function(){ var trigger = $('.hamburger'), overlay = $('.overlay'), isClosed = false; trigger.click(function () { hamburger_cross(); }); function hamburger_cross() { if (isClosed == true) { overlay.hide(); trigger.removeClass('is-open'); trigger.addClass('is-closed'); isClosed = false; } else { overlay.show(); trigger.removeClass('is-closed'); trigger.addClass('is-open'); isClosed = true; } } $('[data-toggle="offcanvas"]').click(function () { $('#wrapper').toggleClass('toggled'); }); bindBehavior.subscribe(); });