/hello-node

Created for toolchain: https://console.ng.bluemix.net/devops/toolchains/4e485db0-c9e3-4160-b887-d27ee07d33ef

Primary LanguageCSSApache License 2.0Apache-2.0

Node.js Hello World Sample

This application demonstrates a simple, reusable Node.js web application based on the Express framework.

Deploy to Bluemix

Run the app locally

  1. Install Node.js
  • cd into this project's root directory
  • Run npm install to install the app's dependencies
  • Run npm start to start the app
  • Access the running app in a browser at http://localhost:6001