reshuffle-runtime-enterprise
v0.1.1
Published
Reshuffle runtime for enterprise - connects and syncs with studio and has enterprise service connectors
Downloads
11
Readme
Reshuffle Runtime For Enterprise
Start a runtime locally
$ cd client
$ npm install
$ npm start
Linkage with reshuffle
To make development faster, you can link reshuffle
module here.
So changes in reshuffle
module locally will be automatically available in reshuffle-runtime-enterprise
// In reshuffle project
$ npm link
// In reshuffle-runtime-enterprise project
$ npm link reshuffle