Skip to content

Instantly share code, notes, and snippets.

@dr-dimitru
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save dr-dimitru/16fff5680f9c36d090b3 to your computer and use it in GitHub Desktop.

Select an option

Save dr-dimitru/16fff5680f9c36d090b3 to your computer and use it in GitHub Desktop.

Revisions

  1. dr-dimitru revised this gist Jan 27, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Meteor_Boilerplate_Structure
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@ myAwesomeApp
    | |-templates
    |-collections #Define, Publish & Subscribe collections
    |-lib #Isomorphic (Client + Server) libraries
    |-private #files & folders avaliable via http
    |-public (or static) #files & folders avaliable via http
    | |-css
    | |-other
    |-server
  2. dr-dimitru created this gist Nov 6, 2014.
    12 changes: 12 additions & 0 deletions Meteor_Boilerplate_Structure
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    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