/users-material

Users Module

Primary LanguageJavaScript

Build Status Coverage Status

#users-material Users Module for material design. This package is designed to be installed into the main modern-mean application

#Installation into modern-mean To install this module into the modern-mean application:

npm install --save modern-mean/users-material

#Features

  • User Authentication
  • User profile picture
  • User addresses
  • User emails
  • User information
  • Admin console

#Development If you are developing for the core module it is easier to put this repository in the modern-mean/modules folder. That way you can use live reload, watchers and the rest of the development tools in the main package.

git clone https://github.com/modern-mean/modern-mean.git
git clone https://github.com/modern-mean/users-material.git modern-mean/modules/modern-mean-users-material

Or symlink (Watching will not work until this issue is fixed paulmillr/chokidar#419)

git clone https://github.com/modern-mean/modern-mean.git
git clone https://github.com/modern-mean/users-material.git modern-mean-users-material
cd modern-mean/modules
ln -s ../../modern-mean-users-material .

Then npm and bower install the packages.