Consolidated the separate frontend and backend run scripts into a single script for easier management and deployment. Updated the package.json scripts to reflect this change.
Related Issues
Fixes #1079
Steps to Test
1.Clone the repository and checkout to this branch.
cd frontend
Run the new consolidated run script using 'npm run dev:concurrent'
Screenshots (if applicable)
Checklist
[*] I have tested these changes
[*] I have updated the relevant documentation
[] I have commented my code, particularly in hard-to-understand areas
[*] I have made corresponding changes to the codebase
[*] My changes generate no new warnings or errors
[*] The title of my pull request is clear and descriptive
Description
Consolidated the separate frontend and backend run scripts into a single script for easier management and deployment. Updated the package.json scripts to reflect this change.
Related Issues
Fixes #1079
Steps to Test
1.Clone the repository and checkout to this branch.
Screenshots (if applicable)
Checklist