Go to file
2024-02-25 11:58:32 +01:00
.screenshots Add basic readme 2024-02-25 11:58:32 +01:00
build First commit 2024-02-18 21:41:26 +01:00
dist First commit 2024-02-18 21:41:26 +01:00
src First commit 2024-02-18 21:41:26 +01:00
.gitignore First commit 2024-02-18 21:41:26 +01:00
build.sh First commit 2024-02-18 21:41:26 +01:00
index.html First commit 2024-02-18 21:41:26 +01:00
package-lock.json First commit 2024-02-18 21:41:26 +01:00
package.json First commit 2024-02-18 21:41:26 +01:00
README.md Add basic readme 2024-02-25 11:58:32 +01:00
styles.css First commit 2024-02-18 21:41:26 +01:00

Rex UI

Rex UI is a simple ui for the ruby exchange (rex)

System dependencies

  • Node v19.3.0, this was the node version used to develop the project, newer versions should work as well.

Installation

Install the dependencies

$ npm install

Running the project

Start a server

$ npm run server

The ui tries to connect to the exchange on localhost:8080. If you run the exchange on a different host/port you have to change the url in src/app.jsx

Building the project

You can build all dependencies using the following script

$ npm run build

Screenshots

UI Screenshot