mynameiskyleok / meteor-materialize-boilerplate

Meteor boilerplate application using Materialized.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Clone this repo to your <appname> directory

git clone https://github.com/cowFipps/meteor-materialize-boilerplate.git <appname>

  1. Remove .git to start with a clean git history

cd <appname> && rm -rf .git

  1. Start building your app!

Run Application

  1. cd <appname>
  2. meteor

About

Meteor boilerplate application using Materialized.

License:MIT License


Languages

Language:JavaScript 97.8%Language:HTML 2.2%