Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1001 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 1001 Bytes

Build Status

OpenBooksUI

ReactJS front end for OpenBooks. This repo provides the default UI but the OpenBooks API can support many UI implementations and mobile apps.

OpenBooks UI Concept

Dev / Test / Build

Run dev server with hot-reload

git clone https://github.com/berryman17/OpenBooksUI.git
cd OpenBooksUI
npm install
npm start

Jest
npm test

Build for prod
npm run build

If you have serve installed (npm i serve -g), you can imitate production by serving the dist folder: serve dist

Docker

You can also pull and run the Docker image:
docker pull ianberryman/openbooks-ui

Then to run:
docker run -p 8080:80 ianberryman/openbooks-ui