Java 8
npm 6.9.0
PostgreSQL 9.6+
Create database beerasta
on you local PostgreSQL DB with login\password: postgres
and 5432 port
In the project directory
mvn clean package
In target
folder
java -jar beerasta-1.0-SNAPSHOT.jar
Open http://localhost:8080 and check the app
In src/RPC
npm install
npm start
Now you can debug front on http://localhost:3000 with hot deploy