google-nomulus/console-webapp
Weimin Yu c71a3312ab Upgrade to Gradle 7.3.2 (#1922)
This is an 'easy' upgrade that requires a minor change in
common/build.gradle and the removal of an unnecessary import in buildSrc.

Gradle 7.4 and above has breaking changes that break the latest nebula lint plugin. We may have to wait a while.
2023-01-25 12:47:35 -05:00
..
src Angular v14 -> v15 update (#1903) 2023-01-11 14:46:48 -05:00
.editorconfig Add new console backbone (#1876) 2023-01-05 16:23:40 -05:00
.gitignore Add new console backbone (#1876) 2023-01-05 16:23:40 -05:00
angular.json Add new console backbone (#1876) 2023-01-05 16:23:40 -05:00
build.gradle Add new console backbone (#1876) 2023-01-05 16:23:40 -05:00
buildscript-gradle.lockfile Add new console backbone (#1876) 2023-01-05 16:23:40 -05:00
dev-proxy.config.json Add new console backbone (#1876) 2023-01-05 16:23:40 -05:00
gradle.lockfile Upgrade to Gradle 7.3.2 (#1922) 2023-01-25 12:47:35 -05:00
karma.conf.js Add new console backbone (#1876) 2023-01-05 16:23:40 -05:00
package-lock.json Angular v14 -> v15 update (#1903) 2023-01-11 14:46:48 -05:00
package.json Angular v14 -> v15 update (#1903) 2023-01-11 14:46:48 -05:00
README.md Add tasks and deployment info to console docs (#1901) 2023-01-12 17:54:08 -05:00
tsconfig.app.json Add new console backbone (#1876) 2023-01-05 16:23:40 -05:00
tsconfig.json Angular v14 -> v15 update (#1903) 2023-01-11 14:46:48 -05:00
tsconfig.spec.json Add new console backbone (#1876) 2023-01-05 16:23:40 -05:00

ConsoleWebapp

A web application for managing Nomulus.

Status

Console webapp is currently under active development and some parts of it are expected to change.

Deployment

Webapp is deployed with the nomulus default service war to Google App Engine. During nomulus default service war build task, gradle script triggers the following:

  1. Console webapp build script buildConsoleWebappProd, which installs dependencies, assembles a compiled ts -> js, minified, optimized static artifact (html, css, js)
  2. Artifact assembled in step 1 then gets copied to core project web artifact location, so that it can be deployed with the rest of the core webapp

Development server

Run npm run start:dev to start both webapp dev server and API server instance. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.