Web User Interface for 3beca CEP service.
This project provides a web user interface for the Admin Http API of CEP.
It is implemented with react-create-app and material ui.
Install the NodeJs runtime. Latest LTS is recommended.
Clone the repo. Install dependencies:
npm ci
Now, run the application in watch mode prompting the following command:
npm start
To create a production bundle:
npm run build
You can then serve all static files using for instance nginx. You can see the Dockerfile as reference.
Run the test suite with the following command:
npm test
MIT