Skip to content

Update part2c.md #4061

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: source
Choose a base branch
from
Open

Conversation

miguelc83
Copy link

docs(part2c): add optional improvement using concurrently to run React and json-server simultaneously

This commit adds an optional section explaining how to use the concurrently tool to run both the React app (with Vite) and the json-server mock API with a single command (npm run dev:full).

While running the processes separately is pedagogically valuable, using concurrently streamlines the development workflow and aligns with practices commonly used in professional environments.

docs(part2c): add optional improvement using concurrently to run React and json-server simultaneously

This commit adds an optional section explaining how to use the `concurrently` tool to run both the React app (with Vite) and the `json-server` mock API with a single command (`npm run dev:full`).

While running the processes separately is pedagogically valuable, using `concurrently` streamlines the development workflow and aligns with practices commonly used in professional environments.
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.

1 participant