Skip to content

rvanbuijtenen/ManagedDataJS

Repository files navigation

ManagedDataJS

Installation:

Nodejs version: [email protected]

NPM version: [email protected]

Clean install:

download node https://nodejs.org/dist/v6.11.2/

check node and npm version, should be greater or equal to:

node -v
v6.11.2

npm -v
3.10.10

clone repository, install dependencies, compile js and run server for a (browser) example:

quick setup:

git clone https://github.com/rvanbuijtenen/ManagedDataJS.git
cd ManagedDataJS
npm install
npm run webpack
npm run start

go to localhost:8080 and explore the examples and documentation

or run the node example that compares two stateMachine implementations:

the log-level option can be one of [debug, info, exception, none].

the --long option can be given to run a long sequence of events for more accurate timing results.

npm run statemachine -- --log-level=info

Open the browser at localhost:8080 to view examples and documentation

Reason for slow performance: BABEL

http://incaseofstairs.com/2015/06/es6-feature-performance/

Regenerate documention for web ui:

npm run doc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published