Skip to content

Commit

Permalink
Try in Red Hat DevSpaces
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianoPizarro committed Sep 5, 2024
1 parent b5a074d commit b5ee13f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,16 +205,16 @@ Import from Git and Open Terminal
oc apply -f src/main/kubernetes/mysql.yaml
```

- Run the back-end:
- Install and run the front-end:

```
./mvnw -Pdev
yarn install && yarn start
```

- Install and run the front-end:
- Run the back-end in other terminal:

```
yarn install && yarn start
./mvnw -Pdev
```

## Deployment to Google App Engine (GAE) Flexible Environment
Expand Down

0 comments on commit b5ee13f

Please sign in to comment.