Skip to content

Commit

Permalink
Link to the two boilerplates
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv committed Aug 13, 2015
1 parent 7aa1605 commit 14463e7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@

# useraccounts:materialize

Meteor sign up and sign in templates (and much more!) styled for Materialize Css
Meteor sign up and sign in templates (and much more!) styled for [Materialize CSS](http://materializecss.com/).

This package depends on [useraccounts:core](https://atmospherejs.com/useraccounts/core)
[Demo](https://useraccounts-materialize.meteor.com/)[Boilerplate with iron:router ](https://github.com/meteor-useraccounts/boilerplates/tree/master/materialize)[Boilerplate with FlowRouter ](https://github.com/meteor-useraccounts/boilerplates/tree/master/materialize-flow-router)

This package depends on [useraccounts:core](https://atmospherejs.com/useraccounts/core).

Learn more [here](http://useraccounts.meteor.com) or have a look at the full [documentation](https://github.com/meteor-useraccounts/core/blob/master/Guide.md).


## Bring Your Own Materialize Css
## Bring Your Own Materialize CSS

Adding this package with `meteor add useraccounts:materialize` does not add any other packages providing Materialize Css. This is to let you choose the flavour you prefer, being it compiled, less, sass, or from CDN!
Adding this package with `meteor add useraccounts:materialize` does not add any other packages providing Materialize CSS. This is to let you choose the flavour you prefer, be it [compiled](https://atmospherejs.com/materialize/materialize), LESS, SASS, or [from CDN](http://materializecss.com/getting-started.html)!


At the moment it is up to date with Materialize Css X.X.X
At the moment it is up to date with Materialize CSS 0.97.0.


## Contributing
Expand Down

2 comments on commit 14463e7

@tabruhn
Copy link

@tabruhn tabruhn commented on 14463e7 Sep 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seems to be a problem with the boilerplate link for Iron-router .. renders a 404.

@splendido
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, it's materialize-iron-router now...
Tnx!

Please sign in to comment.