Skip to content

A tiny Node.js application using Alpine, only used by Microclimate's Devops tests

Notifications You must be signed in to change notification settings

dibbles/slim-devops-test-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node

A generated Bluemix application

This is a slim test application only.

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

About

A tiny Node.js application using Alpine, only used by Microclimate's Devops tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.0%
  • HTML 4.0%