/devops-test-project-named-branch

Used only by Devops tests. A simple Node.js project that can be deployed with Microclimate. Features a named deployment and the only branch here is called "tester".

Primary LanguageJavaScript

node

A generated Bluemix application

This is on a tester branch!

Run locally as Node.js application

npm install
npm test
npm start

Build, run, and deploy using IDT

# Install needed dependencies:
npm run idt:install
# Build the docker image for your app:
npm run idt:build
# Run the app locally through docker:
npm run idt:run
# Deploy your app to IBM Cloud:
npm run idt:deploy