Skip to content

airbornio/signed-web-apps-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d4027a4 · Mar 8, 2018

History

1 Commit
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018

Repository files navigation

Signed Web Apps Example App

This is an example app for Signed Web Apps.

Installation

git clone --recurse-submodules https://github.com/airbornio/signed-web-apps-example.git
cd signed-web-apps-example
npm install

Running locally

npm run start

Running on Heroku

heroku apps:create <app-name>
heroku labs:enable runtime-dyno-metadata
git push heroku