Client application to provide a simple graphical user interface example for the OpenEnade Api.
It's recommended to use Yarn as the standard package management tool but it's not required.
yarn install
yarn run serve
yarn run build
yarn run lint
yarn run test:unit
To access the application: http://localhost.
docker run -idt \
--name client-app \
-p 80:8080 \
pfelipefeitosa/client-app
The application will be served in port 80.
To access the application: http://localhost.
bash run.sh
The application will be served in port 80.
bash build.sh