Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 697 Bytes

File metadata and controls

14 lines (12 loc) · 697 Bytes

Steps to run this project:

  1. Clone this Git repository
  2. Navigate to the folder guide-to-jakarta-ee-with-react-and-postgresql
  3. Navigate to the frontend folder to install all dependencies with npm install and build the app with npm run build
  4. Navigate back to the root of this project and execute the following:
mvn clean package
docker-compose build
docker-compose up --force-recreate
  1. Wait until everything is up- and running and then visit: http://localhost:8080