Build with Flow Router, UserAccount:core, Bootstrap, Collection2, Autoform, Users Roles, Cluster Micro Services...
To install the App just run:
meteor npm install
npm run dev
Others commands:
tests: npm run tests
pretest: npm run pretest
lint: npm run lint
Next Features:
- Add Posts CRUD
- Add Micros services with Meteor hacks Cluster
- Add display posts
- Add Search engine with reactive var/dict 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:[email protected]
- 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:[email protected]
- 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:[email protected]