Skip to content

Instantly share code, notes, and snippets.

@mauritslamers
Created February 13, 2014 16:19
Show Gist options
  • Save mauritslamers/8978230 to your computer and use it in GitHub Desktop.
Save mauritslamers/8978230 to your computer and use it in GitHub Desktop.
var todos_one = SC.AppBuilder.create({
path: 'apps/todos_one'
});
var todos_two = SC.AppBuilder.create({
path: 'apps/todos_two'
});
var todos_thee = SC.AppBuilder.create({
path: 'apps/todos_three'
});
@dcporter
Copy link

todos_one.build({ /* build-time build options? */ });

todos_one.serve({ port: 4021, acceptAllIps: YES });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment