Skip to content

IBMCloudDevOps/bluemix-node-sample

Repository files navigation

Bluemix Node.js App Sample

The application repo that accompanies the recipe: Use Travis CI to Continuously Deploy your Applications to IBM Bluemix

Node.js Starter Overview

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

Run the app locally

  1. Install Node.js
  2. Clone this repository
  3. Run npm install to install the app's dependencies
  4. Run npm test to lint all the source files
  5. Run npm start to start the app
  6. Access the running app in a browser at http://localhost:6001