Skip to content

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

License

Notifications You must be signed in to change notification settings

ianberryman/OpenBooksUI

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published