This example was bootstrapped with Create React App. It demonstrates UserALE.js autostart configurations and start(), stop() exports.
To use this example, first install dependencies (from this subdir):
npm install
Then run the start script:
npm run start
This will start the React App in “developer mode”, which will open in your browser.
Click the text on the page to execute the UserALE.js start() export and start logging behaviors.
Or, modify App.js in src to experiment with autostart and stop() exports.
Note that you will not receive logs unless you have a logging server running.