cybex-web

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