This repository contains a simple book list paginated with book details and export/import solution.
- AngularJS
- Bootstrap
- SASS
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