nodejsstart
v0.0.2
Published
A sample nodejs app for Bluemix
Readme
Node.js BlueID Sample Code Overview
The Node.js BlueID Sample Code demonstrates a simple, reusable Node.js web application based on the Express framework.
Run the app locally
- Install Node.js
- Download and extract the sample code from the BlueID wiki
- cd into the app directory
- Uncomment lines after "// Uncomment the following section if running locally"
- Comment out lines after "// Comment out following line if running locally"
- Run
npm installto install the app's dependencies - Run
npm startto start the app - Access the running app in a browser at https://localhost:443
