e2e4
v2.5.0
Published
Set of base classes and utilities to build unobtrusive list models
Downloads
321
Readme
e2e4
Set of base classes and utilities to build unobtrusive list models. This is abstract codebase which can be used to implement bridges to end-user frameworks (such as Angular bridge).
Documentation
Documentation is available here
How to build the project
To build the project, follow these steps:
Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
From the project folder, execute the following command to install project dependencies:
npm install- From the project folder, execute the following command to build the source code:
npm buildHow to run tests
You can run tests in Chrome with watch mode by executing the following command:
npm test:watchor execute single run:
npm testYou can also use Yarn
