Closed abhishek310001 closed 2 months ago
This PR fixes the issue of docker compose not working on local machines for development.
npm install
npm serve
--reload
make engine
_Video demonstrating docker compose working and hot reload on frontend._
_Video demonstrating hot reloading on backend server._
NA
For each manual test case, list the steps to test or reproduce the PR.
docker compose -f docker-compose.dev.yml up
Deployment (frm-boilerplate) is available at - https://21b94ea27f07f4c.preview.platform.jalantechnologies.com
Description
This PR fixes the issue of docker compose not working on local machines for development.
Changes
npm install
script beforenpm serve
to install devDepencencies before starting server--reload
inmake engine
to ensure hot reloading of backend serverVideo
_Video demonstrating docker compose working and hot reload on frontend._
_Video demonstrating hot reloading on backend server._
Database schema changes
NA
Tests
Automated test cases added
NA
Manual test cases run
For each manual test case, list the steps to test or reproduce the PR.
docker compose -f docker-compose.dev.yml up
as mentioned in readme and made file changes to check hot reload is working