Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.56 KB

File metadata and controls

50 lines (33 loc) · 1.56 KB


This application uses Electron React Boilerplate.

About

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.

Install

Clone the repo and install dependencies:

git clone https://github.com/bystepii/actor-system-ui.git
cd actor-system-ui
npm install

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package

License

MIT © Electron React Boilerplate