Skip to content

PWFM/Meteor1.3-Blaze-Boilerplate

 
 

Repository files navigation

Boilerplate: Meteor 1.3 + Blaze

Build with Flow Router, UserAccount:core, Bootstrap, Collection2, Autoform...

To install the App Structure just run: npm install meteor

PS: it's just my own starter app structure.

#Packages:

meteor libraries

  • meteor-base
  • ecmascript
  • es5-shim
  • check
  • tracker

standard libraries

  • jquery
  • underscore
  • less
  • twbs:bootstrap

ui

  • blaze-html-templates
  • reactive-dict
  • reactive-var
  • aldeed:template-extension
  • percolate:momentum

data

  • mongo
  • aldeed:simple-schema
  • aldeed:collection2
  • dburles:collection-helpers
  • reywood:publish-composite
  • mdg:validated-method
  • mdg:validation-error

routing

  • kadira:flow-router@2.11.0
  • kadira:blaze-layout
  • arillo:flow-router-helpers
  • zimme:active-route

i18n

  • tap:i18n

accounts

  • accounts-password
  • useraccounts:bootstrap
  • useraccounts:flow-routing
  • softwarerero:accounts-t9n

mobile

  • crosswalk
  • mobile-experience
  • chriswessels:hammer

production

  • juliancwirko:postcss@1.0.0-beta.11
  • standard-minifier-js
  • ddp-rate-limiter
  • app-prod-security

rest apis

  • simple:rest-accounts-password
  • simple:rest

testing

  • factory
  • publication-collector
  • stub-collections
  • xolvio:cleaner
  • dispatch:mocha-phantomjs
  • practicalmeteor:mocha@2.1.1-rc.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.3%
  • CSS 10.7%
  • HTML 9.0%