sportsstore_nodejs> npm run start
open: http://localhost:5000 in browser
cd demos/ch2/tools
npm init -y
npm install bootstrap@latest
npm install --save-dev typescript@5.2.2 tsc-watch@6.0.4
npm install --save-dev nodemon@2.0.20
npm list
npm audit fix --force
tsc message.ts
node .\message.js
npm start
npm run go
cd demos/ch2
node .\hello.js