Skip to content

GA-98 create the react project in the repo and the related docker files#68

Merged
dor-darmon merged 6 commits intomain-Ex4from
GA-98-Create-the-React-project-in-the-repo-and-the-related-docker-files
Jun 3, 2025
Merged

GA-98 create the react project in the repo and the related docker files#68
dor-darmon merged 6 commits intomain-Ex4from
GA-98-Create-the-React-project-in-the-repo-and-the-related-docker-files

Conversation

@YuvalAnteby
Copy link
Copy Markdown
Owner

Created the React project in subfolder frontend.
Added new docker file for it and new service in docker compose.
Also add a new command to run and build only required containers:

docker-compose --profile web_app up --build

will build and then run the web application containers (CPP server, Node.JS server, React frontend)
you can also just build (no need for it but just in case):

docker-compose --profile web_app build

and you can of course still use the old commands to run a specific container, for example:

docker-compose up gtest

still runs the CPP server's tests on their own

@YuvalAnteby YuvalAnteby self-assigned this Jun 3, 2025
Copy link
Copy Markdown
Collaborator

@dor-darmon dor-darmon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@dor-darmon dor-darmon merged commit 4756029 into main-Ex4 Jun 3, 2025
2 checks passed
@YuvalAnteby YuvalAnteby deleted the GA-98-Create-the-React-project-in-the-repo-and-the-related-docker-files branch June 3, 2025 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants