0.0.2 • Published 7 years ago

nodejsstart v0.0.2

Weekly downloads
5
License
-
Repository
-
Last release
7 years ago

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

  1. Install Node.js
  2. Download and extract the sample code from the BlueID wiki
  3. cd into the app directory
  4. Uncomment lines after "// Uncomment the following section if running locally"
  5. Comment out lines after "// Comment out following line if running locally"
  6. Run npm install to install the app's dependencies
  7. Run npm start to start the app
  8. Access the running app in a browser at https://localhost:443