module.exports = function(root, appName) {
  console.log('Creating the app', appName, 'at', root);
};