The application repo that accompanies the recipe: Use Travis CI to Continuously Deploy your Applications to IBM Bluemix
The Node.js Starter demonstrates a simple, reusable Node.js web application based on the Express framework.
- Install Node.js
- Clone this repository
- Run
npm install
to install the app's dependencies - Run
npm test
to lint all the source files - Run
npm start
to start the app - Access the running app in a browser at http://localhost:6001