# User Story As a developer, I want the server to reload automatically when code changes # Additional Details Options to consider in no particular order: * nodemon * ts-node * ts-node-dev # Acceptance Criteria - [ ] Setup a command `npm run dev` - [ ] Running in dev mode should reload the server when code changes