Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 866 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 866 Bytes

Folio e-holdings application

Build Status

Prerequisites

Installation

  • git clone https://github.com/thefrontside/ui-eholdings
  • cd ui-eholdings
  • yarn

Running

By default, this will use the backend OKAPI cluster at https://okapi.frontside.io However, 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

Running Tests

  • yarn test (uses Karma and Mocha to test the application)

Building

  • yarn build