https://github.com/nazanin1369/vuejs-libraryapp
https://github.com/nazanin1369/vuejs-libraryapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nazanin1369/vuejs-libraryapp
- Owner: Nazanin1369
- Created: 2017-06-11T20:12:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T20:12:33.000Z (over 8 years ago)
- Last Synced: 2025-02-25T06:33:24.859Z (8 months ago)
- Language: HTML
- Size: 7.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library Single page application
### Overview
This project contains of a library application with following features:
* Browse books
* Link to buy books
* Place hold on desired book(s)
* Contact information### Tools and Libraries used
* [VueJS](https://vuejs.org/)
* [Gulp.js](http://gulpjs.com/)
* [Bootstrap](https://v4-alpha.getbootstrap.com/)
* JQuery
* [http-server](https://www.npmjs.com/package/http-server)
* Firebase as cloud database### Steps to run the application
1- in root directory run the following command to install all dependencies
```
> npm install
```2- Then run the gulp command to build the project:
```
> gulp build
```3- Then start the Node server from the *build* directory:
```
> node server.js
```4- Open the application on http://127.0.0.1:8080/