Closed Exegetech closed 9 years ago
Hello @christiansakai, for a quick start you can have a look at the boilerplates.
From what I can see you should add at least an account service with meteor add accounts-password
or some social login service. Lets have a look at the Setup section of the Guide
you also have to add your materialize package ;-)
Hi @splendido,
Thanks for the reply. Yes I git clone all the boilerplate, but it seems there is no structure inside that actually defines it. I might have missed it.
I already add meteor add accounts-password
and also meteor add materialize:materialize
but still can't figure out how to actually use it.
So, seems like I am missing the entire part where "sign up with google" and "username and password" field is. I only get the h1 "Sign up" and p "don't have an account? register"
So the materialize boilerplate didn't work for you? it's deployed here
It should be enough to add some accounts packages (as you already did) run meteor update to get all packages installed and up to date. Make sure you have at condifuration file and accounts configuration file and that should be it!
Let me know!
Thank you. I will look into it more
Links are not working. Stuck at the same problem..
Hello,
Sorry for my stupid question. But I am trying to use useraccounts materialize and wondering how to achieve the look that the example gives
What I got when putting {{> atForm}} is this picture
Sorry for my stupid question