Skip to content

aw-asana/app-components-example-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

app-components-example-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • HTML 3.5%