Frontend Web is a REACTJS based application that is main frontend UI of OT-Microservices stack. This application supports cross-platform, the only thing will be required to run this application is javarscript runtime modules.
Supported features of the application are:-
- ReactJS based web framework for the complete web page based operations
- Test case integration for application functionality verification
The frontend application have dependencies on other REST API of OT-Microservices. To run the application successfully, we need these things configured:
For building the application, we can use make command with our Makefile. But as first and foremost step, we need to install all the dependencies and packages using npm. We can simple use make command for it.
make buildFor building the docker image artifact of the frontend web, we can invoke another make command.
make docker-buildFor running the docker image artifact of the frontend web, we can invoke another make command.
make docker-run