ui-eholdings
ui-eholdings copied to clipboard
FOLIO eholdings App
ui-eholdings
Copyright (C) 2017-2018 The Open Library Foundation
This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.
Introduction
The ui-eholdings
module adds the ability to manage electronic holdings in FOLIO. The first supported knowledge base is from EBSCO.
Prerequisites
Installation
-
git clone https://github.com/folio-org/ui-eholdings
-
cd ui-eholdings
-
yarn
Running
-
yarn start
- Visit your app at http://localhost:3000.
By default, this will use the backend OKAPI cluster at http://localhost:9130
If you want to run the application against the mirage server contained
within the browser, you can turn it on with the --mirage
option:
-
yarn start --mirage
If you want to run the application against a different Okapi cluster:
-
yarn start --okapi https://myokapi.cluster.folio.org
Running Tests
-
yarn test
(uses Karma and Mocha to test the application)
To add Istanbul instrumentation and a code coverage report:
-
yarn test --coverage
Building
-
yarn build