Admin module for MEAN applications to manage:
- Modules list
- Bootswatch themes support
- App Settings
- User Management
Install Package in root of your mean app:
$ mean install mean-admin
Add the admin role to your user:
$ mean user <email> -a admin
(Re)start the server:
$ grunt