-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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
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:
-
Google Analytics: https://atmospherejs.com/reywood/iron-router-ga
-
"require.js-ish": https://github.com/DerMambo/wait-on-lib
- https://github.com/matteodem/meteor-easy-security
- https://github.com/msavin/MongoInspector
- https://tail.sh/
- https://github.com/meteor/meteor/tree/devel/packages/browser-policy
- https://github.com/meteor/meteor/tree/devel/packages/appcache
- https://atmospherejs.com/meteor/spiderable
- https://github.com/meteor-velocity/velocity
- https://github.com/gadicc/meteor-sitemaps
- https://github.com/dburles/meteor-collection-helpers
- https://github.com/raix/Meteor-handlebar-helpers