Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 635 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 635 Bytes

Creating web applications on Cumulocity platform

Prerequisites

You will need at least node version 6.7 installed on your computer.

  • You should be confortable using node and npm
  • The platform is built using AngularJS 1.x

Getting started

  1. Clone this repo or simply copy the package.json to an empty directory
  2. Run npm install
  3. Run npm run demo
  4. Edit cumulocity.json and add "myapp/myplugin" to the imports array
  5. Run npm start

Command line interface

The 'comulocity-tools' have just been installed locally and can be called at 'node_modules/.bin/c8y --help'