As a developer
I need to set up and run the project skeleton
So that I can verify that the base configuration works
Details and Assumptions
- The project runs on Node.js and React.
- The frontend and backend directories exist.
Acceptance Criteria
Given the repo is cloned,
When I run the start command,
Then both frontend and backend start successfully.
As a developer
I need to set up and run the project skeleton
So that I can verify that the base configuration works
Details and Assumptions
Acceptance Criteria
Given the repo is cloned,
When I run the start command,
Then both frontend and backend start successfully.