The default Node.js app that will be pushed into the Swisscom Application Cloud if no source code is provided.
Based on Express.
- Install Node.js and npm
- Run
npm install
- Run
npm start
- Visit http://localhost:3000
- Install the cf CLI
- Run
cf push --random-route
- Visit the given URL
- Run
zip -r node.js_app.zip src package.json package-lock.json