$ cd client
$ npm install
$ npm start
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