Running the App
Start the development server:
npm run dev
Start the production server:
npm run prod
The app will be available at http://localhost:3000.
Note
Both commands use --watch mode, so the server will automatically
restart when file changes are detected.