Skip to content

yannisf/registry-ui

Repository files navigation

User interface for the Registry application

An AngularJS application to provide a user interface to the Registry application.

Prerequisites

  1. NodeJS

  2. Maven

Initialize

# npm install

Build

Development

# webpack --output-path=/path/to/java_app --watch

This mode, expects the backend application to be locally deployed in /path/to/java_app (filesystem location). It generates the UI, copies it to the appropriate directory and watches the local copy for changes.

Production

# npm run prod
# mvn

After the application is built, it needs to be included into the server side package (war). For more information, review the registry server side project documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published