wizardklaus / wizard-nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js Hello World Sample

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

Deploy to Bluemix

Run the app locally

  1. Install Node.js
  • cd into this project's root directory
  • Run npm install to install the app's dependencies
  • Run npm start to start the app
  • Access the running app in a browser at http://localhost:6001

About

License:Apache License 2.0


Languages

Language:CSS 39.0%Language:JavaScript 35.2%Language:HTML 25.8%