Skip to content

Instantly share code, notes, and snippets.

@dr-dimitru
Last active August 29, 2015 14:08
Show Gist options
  • Save dr-dimitru/16fff5680f9c36d090b3 to your computer and use it in GitHub Desktop.
Save dr-dimitru/16fff5680f9c36d090b3 to your computer and use it in GitHub Desktop.
Meteor.js boilerplate files and folders structure
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