First steps, testing Meteor and trepafi's Meteor packages
Can find the result here
meteor create testing-meteor
this will create the following structure
➜ testing-meteor tree
.
|-- testing-meteor.css
|-- testing-meteor.html
`-- testing-meteor.js
0 directories, 3 files
However we will ended up with something better
meteor
-
Listing packages
meteor listOutput
autopublish 1.0.2 Publish the entire database to all clients insecure 1.0.2 Allow all database writes by default meteor-platform 1.2.1 Include a standard set of Meteor packages in your appTake in mind that for production ready state we need to remove
autopublishpackage
- Add iron router
- Add trepafi:mapbox package