项目作者: MarcoABCorrea

项目描述 :
simple book list paginated with book details
高级语言: CSS
项目地址: git://github.com/MarcoABCorrea/book-store-app.git
创建时间: 2018-11-16T17:06:39Z
项目社区:https://github.com/MarcoABCorrea/book-store-app

开源协议:

下载


Book Store

This repository contains a simple book list paginated with book details and export/import solution.

Stack & Components

  • AngularJS
  • Bootstrap
  • SASS

Setup and Running

Install the dependencies running the command:

  1. npm install && bower install

Also, it’s necessary to add the styles with Ruby:

  1. sudo apt-get install ruby-full
  2. sudo gem install compass

After installing dependencies you’ll be able to run project by using:

  1. grunt serve