Refer below steps to start application.
Run following commands to start Gateway service.
cd gateway
npm install
npm start
Run following commands to start web client.
cd web-client
npm install
npm start
Run following commands to start File Watcher.
cd watcher
npm install
npm start
Run following commands.
cd cli-tool
npm install
npm i -g .
commits