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