OOP

I

Publish your own Meteor package

Intro We will walk through creating a simple Meteor package that manages an Icecream truck. Mostly how to create, structure and build a reusable Meteor package. Touching on OOP. Setup I generally keep my package development and tests in a seperate folder than my other Meteor projects. |meteorpackages/ |icecream/ |meteortestapps/ |testicecream/ mkdir meteortestapps…

Read more