An open API service indexing awesome lists of open source software.

https://github.com/marcoabcorrea/book-store-app

simple book list paginated with book details
https://github.com/marcoabcorrea/book-store-app

angularjs bootstrap bower grunt sass yeoman

Last synced: 2 months ago
JSON representation

simple book list paginated with book details

Awesome Lists containing this project

README

          

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

```
npm install && bower install
```

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

```
sudo apt-get install ruby-full
sudo gem install compass
```

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

```
grunt serve
```