https://github.com/pmlopes/javazone-2016
https://github.com/pmlopes/javazone-2016
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmlopes/javazone-2016
- Owner: pmlopes
- Created: 2016-09-07T19:43:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-12T11:15:38.000Z (almost 10 years ago)
- Last Synced: 2025-02-25T17:36:55.517Z (over 1 year ago)
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the source code of the application shown at JavaZone 2016.
[](https://vimeo.com/album/4133413/video/181905280 "Lets build a reactive async app in < 60min")
The application assumes that you have installed:
* gradle
* docker
* docker-compose
* npm
* nodejs
On top of that you should replace the conf/keycloak.json with your keyclock configuration. In order to configure keycloak I'd recomment to follow the [video](https://www.youtube.com/watch?v=c20igjL69Mo).
In order to build:
```
# first build the js client
cd web/src/main/client
npm install
./node_modules/.bin/wekpack
cd ../../..
gradle clean install
# then run
sudo docker-compose up
```
Have fun!