Skip to content
Rasmus Hjulskov edited this page Feb 12, 2015 · 11 revisions

##Meteor-startup-package Startup package for Meteor.js.

Note: Bourbon will fail after a reset. To fix this, just restart Meteor.

###Installed Packages

  • aldeed:Collection2
  • fourseven:scss
  • iron:router
  • zimme:iron-router-active
  • okgrow:iron-router-autoscroll
  • sewdn:collection-behaviours
  • sharlon:6to5
  • mquandalle:bower
  • wolves:bourbon
  • wolves:neat
  • wolves:bitters

Folder structure

client/                 # Client folder
    compatibility/      # Libraries which create a global variable
    lib/                # Libraries which create a global variable
    stylesheets/        # Meant for non template related stylesheets
    views/              # Contains all views
        pages/          # Meant for a complete page view (*)
        templates/      # Meant for templates, such as header, lists and more(*)
        organism/       # Meant for organism, such as form and more(*)
        molecule/       # Contains all molecule(*)
        atoms/          # Contains all atoms(*)

collections/            # Collection files for each Meteor.Collection(*)
private/                # Private files
public/                 # Public files
server/                 # Server folder
    lib/                # Server side library folder
    publications/       # Collection publications(*)

(*) = the command line tool creates files in these folders

###To do:

Considerations

Admins

Priority side navigation goes here

Clone this wiki locally