This application demonstrates a simple, reusable Node.js web application based on the Express framework.
- cd into this project's root directory
- Run
npm installto install the app's dependencies - Run
npm startto start the app - Access the running app in a browser at http://localhost:6001
