You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current project setup is not beginner-friendly and does not follow standard repository practices where both the frontend and backend exist within a single repo. Right now:
The frontend and backend must be maintained on separate servers.
Running the development environment requires managing two separate servers manually.
The concurrently setup can be improved by using distinct labels (e.g., "FE" and "BE") with colors to enhance terminal clarity.
Proposed Solution
Modify the npm run dev script to start both the frontend and backend in a single terminal session using concurrently.
Improve terminal visibility by adding labels ("FE" for frontend and "BE" for backend) with distinct colors for better readability.
Expected Benefits
✅ Easier setup for beginners
✅ Follows best practices for monorepos
✅ Provides a clearer and more interactive terminal experience
Would love to hear thoughts on this and if there are any additional suggestions! 🚀
The text was updated successfully, but these errors were encountered:
Description
The current project setup is not beginner-friendly and does not follow standard repository practices where both the frontend and backend exist within a single repo. Right now:
concurrently
setup can be improved by using distinct labels (e.g., "FE" and "BE") with colors to enhance terminal clarity.Proposed Solution
npm run dev
script to start both the frontend and backend in a single terminal session usingconcurrently
.Expected Benefits
✅ Easier setup for beginners
✅ Follows best practices for monorepos
✅ Provides a clearer and more interactive terminal experience
Would love to hear thoughts on this and if there are any additional suggestions! 🚀
The text was updated successfully, but these errors were encountered: