meteor add parlay:starter-pack
Note: choose your own set of accounts packages and your preferred accounts ui package.
- iron:router: router
- zimme:iron-router-auth: restrict some routes
- aldeed:collection2: collection schemas
- zimme:collection-timestampable: adds timestamps to records
- useraccounts:core: user accounts UI
- aldeed:autoform: forms
- email: send email
- http: make HTTP requests
- momentjs:moment: dates in JS
See the full-pack for more packages, both those included in parlay:full-pack
and some extra recommendations.