Requirements: Docker CE 17.06.x
- $ docker-compose up
Visit http://localhost:9000
Requirements: JDK 1.8
- $ ./gradlew bootRun
Springboot server: http://localhost:8080
Requirements:
- Node 6.9.0 or higher, NPM 3+
- (highly recommended) yarn: $ npm install -g yarn
-
$ cd src/main/frontend
-
Either:
- (recommended) $ yarn
- npm install
- $ npm start
Webpack server: http://localhost:4200
http://localhost:4200/api/* is proxied to localhost:8080/api/* (see proxy.conf.json)