Skip to content

frazzaglia/Library-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web site for library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published