Skip to content
/ ngrx Public

Angular @ngrx demo application with spring boot, @ngrx and clarity

Notifications You must be signed in to change notification settings

timvl/ngrx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@ngrx demo application

Setup

build the maven project with Java 8

start the backend application:

run the jar created in the target folder

it will run on port 8080

start the ui:

in src/main/angular: run npm install

in src/main/angular: run npm start

the ui is served on port 4200