Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 457 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 457 Bytes

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