r2-testapp-web Build Status

A basic demo of using r2-navigator-web to build a web-based reader.

WIP

Demo: https://evidentpoint.github.io/r2-testapp-web/demo/

Running Locally

Requirements

  • Node.js 10+
  • npm / yarn

Getting Started

  1. Clone repository
  2. Run npm install
  3. Run npm run build to compile the TypeScript source files in src to public/bundle.js
  4. Run npm run serve to serve the files in public
  5. Access in a browser at http://localhost:8080 to see the test app

Development / Experimentation