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
- Host: GitHub
- URL: https://github.com/marcoabcorrea/book-store-app
- Owner: MarcoABCorrea
- Created: 2018-11-16T17:06:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T16:58:44.000Z (about 7 years ago)
- Last Synced: 2025-02-27T00:50:03.571Z (over 1 year ago)
- Topics: angularjs, bootstrap, bower, grunt, sass, yeoman
- Language: CSS
- Homepage:
- Size: 363 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```