Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 780 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 780 Bytes

App Components Example App

This is part of the App Components Quick Start

This is the backend for the developer example app. This will help developers quickly get started with App Components.

To get started, run:

  1. Clone this repo git clone [email protected]:Asana/app-components-example-app.git
  2. Run npm install
  3. Enable HTTPS
    1. Generate keys and certificate: openssl req -x509 -newkey rsa:2048 -keyout keytmp.pem -out cert.pem -days 365
    2. Get decrypted keys: openssl rsa -in keytmp.pem -out key.pem
  4. Run node index.js
  5. If blocked by Chrome when opening your page, click anywhere on the browser and type: thisisunsafe