This project is responsible for the front end part of the application. It's a React SPA.
Created using Create React App
- Creating the message data object to send to an Apache Kafka cluster
- Making requests to the back end
- Keeping track of messages sent during current session
npm run start-demo
starts the front end project in demo mode (does not specifyREACT_APP_BACK_END_URL
). This mode does not expect the front end project to be connected to the back end.npm run start-dev
starts the front end project normally with the defaultREACT_APP_BACK_END_URL
value. This mode expects the front end project to be connected to the back end
- Environment variables
REACT_APP_BACK_END_URL
sets the back end project url