This application uses Electron React Boilerplate.
Actor System UI is a front-end for Java Actor System project. It is a simple application that allows you to create and manage actors and messages.
It is implemented for educational purposes. It is not intended to be used in production.
Clone the repo and install dependencies:
git clone https://github.com/bystepii/actor-system-ui.git
cd actor-system-ui
npm install
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package