- Clone the repo;
- Install the dependencies with
npm i
oryarn
; - For development, just run the start script with
npm start
oryarn start
; - A webpack-dev-server should be launched and listening the local port 8080;
- This client app is original coded with Javascript with the frontend framework React 15.6; For some well-known reasons, the new features has been switching to be written by Typescript. And the upgrading of React is around the corner.
- The web client relies on the utilities - cybexjs & cybexjs-ws
- Node.js >= 8.9
- npm >= 5.5