This project allow to easily manage a library.
####1. Clone this project or Download that ZIP file
$ git clone https://github.com/frazzaglia/Library-Web-App.git
####2. Make sure you have bower, grunt-cli and npm installed globally
$ sudo apt-get install npm
$ sudo npm install -g grunt-cli
$ sudo npm install -g bower
####3. On the command prompt run the following commands
$ cd `project-directory`
- bower install is ran from the postinstall
$ npm install
- a shortcut for
grunt serve
$ npm start
- a shortcut for
grunt serve:dist
to minify the files for deployment
$ npm run dist