Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

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