Skip to content

Add dev Script For Automatic Rerunning #19

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: main
Choose a base branch
from

Conversation

sondidu
Copy link

@sondidu sondidu commented Apr 19, 2025

Installed a new dependency 'nodemon', which allows the 'node index.js' command to be automatically rerun whenever a file change is detected. Therefore, during development there's no need to stop the program and rerunning it again. nodemon does it for us.

Installed a new dependency 'nodemon', which allows the 'node index.js'
command to be automatically rerun whenever a file change is detected.
Therefore, during development there's no need to stop the program and
rerunning it again. nodemon does it for us.
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