Google Drive with Angular Material
- angularjs 1.6.1
- angular-material 1.1.1
- Demo https://silverprize.github.io/materialdrive
- Google OAuth2
- File navigation
- File delete, copy, move
- FAB for new document/folder and upload files
- Incremental search
- Context menu
- Infinite scroll
- List view / Grid view
History work on hashmode as default. if you want to run on HTML5? You must uncomment some codes.
<base>
tag in /index.html..config(['$locationProvider', SetupHtml5Mode])
in /app/module.config.js.
Change value of var CLIENT_ID
in /app/shared/googleService.js.
Modify value of var menuList
in /app/shared/sidenavMenus.js.
- Prepare
npm i -g bower gulp-cli
npm i && bower install
-
For development
npm start
-
For release
gulp