Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 838 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 838 Bytes

Library Web App

This project allow to easily manage a library.

Installation

####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 

Automation tools