vagnerasilva / snackcarbot

Created for toolchain: https://console.ng.bluemix.net/devops/toolchains/50cf3437-52e5-468b-aa79-215c32400e5e

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

Created for toolchain: https://console.ng.bluemix.net/devops/toolchains/50cf3437-52e5-468b-aa79-215c32400e5e

License:Apache License 2.0


Languages

Language:CSS 39.3%Language:JavaScript 35.4%Language:HTML 25.4%