# dWTVSimpleContainerApp **Repository Path**: mirrors_ibm/dWTVSimpleContainerApp ## Basic Information - **Project Name**: dWTVSimpleContainerApp - **Description**: dWTVSimpleContainerApp - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2025-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Node.js Hello World Sample This application demonstrates a simple, reusable Node.js web application based on the Express framework. ## Run the app locally 1. [Install Node.js][] 1. cd into this project's root directory 1. Run `npm install` to install the app's dependencies 1. Run `npm start` to start the app 1. Access the running app in a browser at the URL written to the console (most likely http://localhost:6012) ## Build a Docker image from the app ``` docker build -t imageName:tag . ``` where `imageName` is whatever you want to call your Docker image and `tag` is something like `v1` or `latest`. [Install Node.js]: https://nodejs.org/en/download/