Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 886 Bytes

README.adoc

File metadata and controls

64 lines (38 loc) · 886 Bytes

Angular Material HATEOAS Client for KFSM

Introduction

This example is a companion for the kfsm-spring-rest project.

Prerequisites

  • Install Node.js

  • Within the project execute npm install

Gradle Build

If you don’t have node installed using the gradle build will simplify the process.

./gradlew nmpInstall

Usage

Run kfsm-spring-rest

cd ../kfsm-spring-rest
./gradlew bootRun

From another terminal or IDE

ng serve

OR

./gradlew ngServe

Click the + to create turnstile instances.

Design

API Classes

api classes

Service Classes

ui classes

Page Components

page components