Problem
package.json contains limited script definitions (only a test script) and standard metadata options are missing, leading to friction for new developers trying to start the server.
Proposed Solution
Add "start" and "dev" scripts, write proper keywords, and configure dev server configurations.
Problem
package.jsoncontains limited script definitions (only a test script) and standard metadata options are missing, leading to friction for new developers trying to start the server.Proposed Solution
Add "start" and "dev" scripts, write proper keywords, and configure dev server configurations.