Skip to content

Drop Meteor

No due date 0% complete

Dropping Meteor can be achieved with these simple steps:

  • Create a custom bundling solution (instead of meteor build)
  • Create a custom account management system (instead of accounts-passwords)
  • Create a custom testing system (instead of meteortesting:mocha)
  • Create a custom deployment solution (instead of meteor-up)
  • Create a custom API endpoint solution (ins…

Dropping Meteor can be achieved with these simple steps:

  • Create a custom bundling solution (instead of meteor build)
  • Create a custom account management system (instead of accounts-passwords)
  • Create a custom testing system (instead of meteortesting:mocha)
  • Create a custom deployment solution (instead of meteor-up)
  • Create a custom API endpoint solution (instead of Meteor.methods)
  • Create a custom publication solution (instead of Meteor.publish)
  • Create a custom file upload solution (instead of ostrio:files)