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 development process can be streamlined by adding nodemon to the project's dev dependencies. nodemon automatically restarts the server when file changes are detected, making development faster and more efficient.
Steps to Reproduce
Start working on the project.
Make changes to backend files.
Notice that the server needs to be manually restarted after each change.
Tech stack required
Node.js
Familiarity with nodemon for auto-restarting the server during development
Are you participating in GSSoC?
Yes
No
The text was updated successfully, but these errors were encountered:
Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUTING.md carefully. Your contributions are highly appreciated! 😊
Description
The development process can be streamlined by adding
nodemon
to the project's dev dependencies.nodemon
automatically restarts the server when file changes are detected, making development faster and more efficient.Steps to Reproduce
Tech stack required
nodemon
for auto-restarting the server during developmentAre you participating in GSSoC?
The text was updated successfully, but these errors were encountered: