Differential / meteor-boilerplate

Boilerplate meteor app - starting point for meteor apps

Home Page:http://github.differential.com/meteor-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I am new, from Laravel Framework (PHP)?

thearabbit opened this issue · comments

I would like to create multiple modules or sub project in the same root.
Ex: I have 3 projects is Cpanel, Loan and Saving System, that its have own structure like route, collection, template.....
Please help me for the structure for this????????????

Your best bet is to create each as a meteor package. Meteor packages are more like modules than Composer libraries. Your package can have all the things you mention, and isolated if you need.

very thanks, i will try