Cybex Web Client
How to start
- Clone the repo;
- Install the dependencies with
npm i or yarn;
- For development, just run the start script with
npm start or yarn start;
- A webpack-dev-server will be launched and listening the local port 8080;
Addition
- 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