stocks
stocks copied to clipboard
Add script to run stocks.js from package.json
Includes a start
script to package.json
, allowing the app to be run using node stocks.js
via any package manager like npm
, yarn
, bun
, or pnpm
. This change standardizes how the app is started and makes it more convenient to execute with commonly used package managers.