nomplate-router
v1.1.15
Published
Middleware for building rich client applications, especially with Nomplate
Downloads
22
Readme
Nomplate Router
A tiny (~2.4k gzipped) middleware for building rich client applications, especially with Nomplate.
NOTE: This is very much a work in progress, and is not recommended for production use.
Getting started
mkdir nomplate-router
cd nomplate-router
git clone [email protected]:lukebayes/nomplate-router.git .
source setup-env.sh
make dev-install
# Run tests
make test
# Run tests for dev
make test-w
# Build binaries
make build