zero dependency binding engine
npm install crs-binding@latest
`
Documentation
Documentation comes in two main forms.
1. Written Documentation
1. Sample Application
The sample application is opensource but also provides links per sample to source for you to review.
Testing
Tests are written in both unit and puppeteer tests.
Unit testing are used for core mechanics but DOM features are tested using puppeteer.
For the puppeteer tests to run you must have an active server running on port 8000.
Getting Started
One of the easiest ways to get started is to create a sample application where everything is setup for you.
Here are two github templates you can use.
1. spa starter
1. application starter
The sample application uses the application starter.
The difference between the two is that the application starter has a menu included.
Once on your hard drive, remember to run npm install in the commandline to install all the dependencies.
Install and using
If you don't want to use an existing template, you can easily set up your own project.
1. install crs binding using npm npm install crs-binding@latest
1. include it in your project `