Skip to content

Latest commit

 

History

History
executable file
·
15 lines (10 loc) · 580 Bytes

README.md

File metadata and controls

executable file
·
15 lines (10 loc) · 580 Bytes

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