Developing a JUCE plugin with React.js.
yarn install
yarn start
This will run the React app in the development mode and run the standalone plugin in debug mode:
yarn build
This will build the React app and the plugin for release. The resulting static web files of the React app will be copied into the plugin's internal directory.
To send audio signal to the standalone plugin from other than microphone (like audio files or etc.), consider using the virtual audio devices like: