Kaam-Do icon indicating copy to clipboard operation
Kaam-Do copied to clipboard

Refactor: Move nodemon to devDependencies, add dev scripts, update readme

Open Melvin0070 opened this issue 9 months ago • 1 comments

PR Description:

This PR enhances the project's development environment setup by optimizing dependencies and scripts organization:

  • [x] Move nodemon to dev dependencies object
  • [x] Also add separate scripts "run":"node server.js" and "dev":"nodemon server.js" in scripts obj.
  • [x] Remove unwanted "test" script if there is no planning to add e2e and frontend testing in future.
  • [x] Update readme.md with instruction to run server folder along with client folder

Melvin0070 avatar May 09 '24 04:05 Melvin0070