https://github.com/byteshiva/goodreadssearch
GoodReads Search App
https://github.com/byteshiva/goodreadssearch
javascript node vue webpack yarn
Last synced: 10 months ago
JSON representation
GoodReads Search App
- Host: GitHub
- URL: https://github.com/byteshiva/goodreadssearch
- Owner: byteshiva
- License: apache-2.0
- Created: 2018-06-10T18:30:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T17:15:50.000Z (over 1 year ago)
- Last Synced: 2024-11-15T18:24:37.401Z (over 1 year ago)
- Topics: javascript, node, vue, webpack, yarn
- Language: Vue
- Homepage: https://byteshiva.github.io/goodreadssearch/
- Size: 3.27 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Goodreads Search App [](https://circleci.com/gh/byteshiva/goodreadssearch)
# Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8091
yarn run serve
# build for production with minification
yarn run build
# run unit tests
yarn run test:unit
# run e2e tests
yarn run test:e2e
```


