Prepare the App

Page last updated:

Page last updated:

In this step, you will prepare a simple application that can be deployed. Execute the following commands to clone the sample application:

$ git clone https://github.com/swisscom/cf-sample-app-nodejs.git
$ cd cf-sample-app-nodejs

You now have a functioning git repository that contains a simple Express application as well as a package.json file, which is used by Node’s dependency manager npm.

I cloned the App source
View the source for this page in GitHub