Another Bookstore System.
Built files in gh-pages
branch, check out the demo (no db connected yet)!
- Clone the repository:
git clone https://github.com/quietshu/ABS-frontend.git
. - Install the NodeJS dependencies:
sudo npm install
. - Install the Bower dependencies:
bower install
. - Run the gulp build task:
gulp build
. - Run the gulp default task:
gulp
. This will build any changes made automatically, and also run a live reload server on http://localhost:8888.
Ensure your preferred web server points towards the dist
directory.
- APIs instruction can be found in
API.md
. - Continue developing backend APIs further by editing
src/script/apis.js
.
The MIT license, 2015 (c) GitHub.
喵!