AngularJS file manager
First clone repository
git clone https://github.com/qjon/filemanager
Next go to filemanger
directory and install all node packages:
npm install
After installing all packages, you must install all js
and css
dependecies:
grunt bower
Last thing to do is start node serwer and all watch tasks:
grunt