This application demonstrates a simple, reusable Node.js web application based on the Express framework.
- Install Node.js
- 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 the URL written to the console (most likely http://localhost:6012)