npm install
npm start
curl localhost:8080
OR for interactive development
npm install nodemon -g
npm run dev
curl localhost:8080
npm install
npm start
curl localhost:8080
OR for interactive development
npm install nodemon -g
npm run dev
curl localhost:8080