Mono Application
GitHub Repository | npmjs package | Unpkg CDN | Mono Bundle
This is an application for allowing payments with various payment gateways.
Prerequisites
- You need the API server running
- You need the DBP Mono Bundle
Local development
# get the source
git clone git@github.com:digital-blueprint/mono-app.git
cd mono-app
git submodule update --init
# install dependencies
yarn install
# constantly build dist/bundle.js and run a local web-server on port 8001
yarn run watch
# same as watch, but with babel, terser, etc active -> very slow
yarn run watch-full
# run tests
yarn test
# build for deployment
yarn build
Jump to https://localhost:8001, and you should get a Single Sign On login page.