ReactJS front end for OpenBooks. This repo provides the default UI but the OpenBooks API can support many UI implementations and mobile apps.
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
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