Please note that this a work-in-progress, and things are currently in pre-alpha mode.
The goal of this project is to create a framework based on Event Sourcing patterns, written in pure ES6 code.
-
To set your environment (npm must be installed):
npm install -
To build the framework code:
grunt build:framework -
To build & launch the test application:
grunt testapp -
To run tests using Karma:
npm test