Skip to content

TeamChain/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

About

A sample Node.js application for Bluemix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 38.2%
  • JavaScript 34.6%
  • HTML 27.2%