Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 486 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 486 Bytes

react-swing

A framework for building Java Swing apps with React

Building locally

git clone git@github.com:AndrewBGM/react-swing.git
cd react-swing
npm install
npm run build

Running samples

In order for the samples to run, the NPM "build" script must be run first, and a WebSocket server implementing react-swing-runtime must be running locally on port 8080 (see https://github.com/AndrewBGM/react-swing-runtime)

npm run sample <filename inside samples/>