Skip to content

Instantly share code, notes, and snippets.

@RavisMsk
Forked from dr-dimitru/Meteor_Boilerplate_Structure
Last active August 29, 2015 14:08
Show Gist options
  • Save RavisMsk/c77d52cf243d1d52f61d to your computer and use it in GitHub Desktop.
Save RavisMsk/c77d52cf243d1d52f61d to your computer and use it in GitHub Desktop.
myAwesomeApp
|-client
| |-lib #Only Client libraries
| |-js
| |-templates
|-collections #Define, Publish & Subscribe collections
|-lib #Isomorphic (Client + Server) libraries
|-private #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