meteor-materialize-boilerplate
A Meteor boilerplate using Materialized. See Demo. Inspired by Differential / meteor-boilerplate.
Packages
- accounts-password 1.1.3 Password support for accounts
- gildaspk:autoform-materialize 0.0.25 Materialize theme for Autoform
- iron:router 1.0.12 Routing specifically designed for Meteor
- materialize:materialize 0.97.0* Materialize (official): A modern respon...
- useraccounts:iron-routing 1.12.4 UserAccounts package providing routes c...
- useraccounts:materialize 1.12.4 Accounts Templates styled for Materiali...
- aldeed:collection2 2.3.1* Automatic validation of insert and update operat...
- matb33:collection-hooks 0.8.1 Extends Mongo.Collection with before/after hooks...
Installation
- Clone this repo to your
<appname>
directory
git clone https://github.com/cowFipps/meteor-materialize-boilerplate.git <appname>
- Remove
.git
to start with a clean git history
cd <appname> && rm -rf .git
- Start building your app!
Run Application
cd <appname>
meteor