0.2.0 • Published 1 year ago

@digital-blueprint/mono-app v0.2.0

Weekly downloads
-
License
LGPL-2.1-or-later
Repository
github
Last release
1 year ago

Mono Application

GitHub Repository | npmjs package | Unpkg CDN | Mono Bundle

Build and Test

This is an application for allowing payments with various payment gateways.

Prerequisites

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.