Frontend Web is a REACTJS-based application that is the main frontend UI of OT-Microservices stack. This application supports cross-platform, the only thing that 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 has dependencies on other REST APIs 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 build
For building the docker image artifact of the frontend web, we can invoke another make command.
make docker-build