Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 475 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 475 Bytes

node

A generated IBM Cloud application

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