Meteor structure directory

whether there is support for a more flexible directory structure:

module1
/client
/server

module2
/client
/server

That would work. If it works for you.

As the docs says “Any directory named client is not loaded on the server.” and "Any directory named server is not loaded on the client. "

1 Like

Check the doc

http://docs.meteor.com/#/full/structuringyourapp
See “Organizing Your Project” Section