Last active
August 29, 2015 14:08
-
-
Save dr-dimitru/16fff5680f9c36d090b3 to your computer and use it in GitHub Desktop.
Meteor.js boilerplate files and folders structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
myAwesomeApp | |
|-client | |
| |-lib #Only Client libraries | |
| |-js | |
| |-templates | |
|-collections #Define, Publish & Subscribe collections | |
|-lib #Isomorphic (Client + Server) libraries | |
|-public (or static) #files & folders avaliable via http | |
| |-css | |
| |-other | |
|-server | |
|-lib #Only Server libraries |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment