[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
 
 

reactive-ngrx

spring-5-examples Build Status

This repository contains:

  1. reactive static content

  2. ngrx: in progress…​

gradle
./gradlew build bootRun
open http://localhost:8000
maven
./mvnw install spring-boot:run
open http://localhost:8000
docker
docker-compose -f src/main/docker/docker-compose.yaml up --build
open http://localhost:8001 # built with maven
open http://localhost:8002 # built with gradle
docker-compose -f src/main/docker/docker-compose.yaml down -v