Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 663 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 663 Bytes

Cybex Web Client

How to start

  1. Clone the repo;
  2. Install the dependencies with npm i or yarn;
  3. For development, just run the start script with npm start or yarn start;
  4. 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